• Resolved aamogh

    (@aamogh)


    Whenever i open up the affiliate account when logged in it displays white text on a white background for each section of the affiliate account. Is there any way to change the color of the text or the background for the shortcode?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @aamogh,

    Thank you for reaching out! At the moment changing colors can only be done using custom CSS code. Considering I don’t know exactly what elements you want to change, I can’t provide an exact code.

    Even so, the following two lines of CSS code change text colors globally within the affiliate account:

    #slicewp-affiliate-account { color: #000; }
    #slicewp-affiliate-account a { color: #000; }

    The first line changes the color of the text, while the second changes the color of the links.

    Please add the code into Appearance > Customize > Additional CSS. You may need to modify the color value, from #000 (which is black) to whatever color you need.

    Please try the code and let me know how it goes. If you wish to style a particular element, please share a screenshot with the element and let me know how you’d want it styled.

    Thank you and best wishes,
    Mihai

    Thread Starter aamogh

    (@aamogh)

    I was trying to change the color of the background for each separate section like these white boxes.
    https://privatebin.net/?bce599703700c5ca#Giz55Sgd66EnTskiqVGKGtfPheiasLgGaf6UpRZxmJp7

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @aamogh,

    Thank you for the screenshot! The following line of CSS code should help:

    #slicewp-affiliate-account .slicewp-card { background: transparent; }

    Please add it to your website and let me know how it goes.

    Thank you and best wishes,
    Mihai

    Thread Starter aamogh

    (@aamogh)

    How do I change the color of the mobile registration?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the color of dashboard’ is closed to new replies.