Title: Wrong logic for &#8220;Dark Background&#8221;
Last modified: May 16, 2024

---

# Wrong logic for “Dark Background”

 *  Resolved [Uriahs Victor](https://wordpress.org/support/users/uriahs-victor/)
 * (@uriahs-victor)
 * [2 years ago](https://wordpress.org/support/topic/wrong-logic-for-dark-background/)
 * 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](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_](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 [Daniel K.](https://wordpress.org/support/users/richplugins/)
 * (@richplugins)
 * [2 years ago](https://wordpress.org/support/topic/wrong-logic-for-dark-background/#post-17761371)
 * Hi [@uriahs-victor](https://wordpress.org/support/users/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:
 *     ```wp-block-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.

 * ![](https://ps.w.org/widget-google-reviews/assets/icon-256x256.gif?rev=3152314)
 * [Rich Showcase for Google Reviews](https://wordpress.org/plugins/widget-google-reviews/)
 * [Support Threads](https://wordpress.org/support/plugin/widget-google-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-google-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-google-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-google-reviews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniel K.](https://wordpress.org/support/users/richplugins/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/wrong-logic-for-dark-background/#post-17761371)
 * Status: resolved