• Resolved Uriahs Victor

    (@uriahs-victor)


    I think the logic behind the “Dark background” setting is flawed.

    With “Dark background” enabled… the plugin removes the white background of the reviews and makes the business name and “powered by” text white: https://prnt.sc/kvcqlUfoa3im it should not be removing the white background on the reviews…

    When i turn off the “Dark background” option, it shows the white background on the reviews, but the business name and “powered by” text becomes back: https://prnt.sc/4GePNNOlH-7_

    I’ve been having to write custom CSS to make this function as needed but i think the root logic is flawed as you can see in the screenshot I have a “Dark background” which i placed the shortcode in

Viewing 1 replies (of 1 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi @uriahs-victor,

    Thank you for your topic.

    We will investigate this more in the future, but as far as I know ‘Dark background’ option makes reviews widget compatible with dark website and in this case it’s working correctly.

    If you need to keep the reviews is white you can simply add the following CSS code:

    div.wp-gr .grw-review-inner.grw-backgnd { background: #fafafa !important; }
    div.wp-gr.wp-dark .wp-google-text { color: #333 !important; }
    div.wp-gr.wp-dark .wp-google-time { color: #555 !important; }

    In other words, you need to have white background specifically for your website design and it’s resolved by additional CSS.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong logic for “Dark Background”’ is closed to new replies.