• Resolved xenixwebdesign

    (@xenixwebdesign)


    Hey,

    When someone gives a review and I use the Footer widget, the review is shown in gray. This can hardly be seen in the green background of the footer.

    I have tried all the options I found on your site, but I am not getting the review in a different color.

    Could you help me?

    I would like to see the full review in white, and preferably the font in bold.

    What code do I need for this, and where do I put it?

    Thank you in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews does not impose any colours as it expects to inherit the styling of your theme. In your case, you could do something like this to override your theme CSS:

    footer .glsr-reviews,
    footer .glsr-reviews h3,
    footer .glsr-reviews p {
      color: #fff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problems with text color in footer widget’ is closed to new replies.