• Resolved spieringenpluym

    (@spieringenpluym)


    Currtently i am trying to use the plugin to show our rating without reviews or text due to multiple locations. My sites background is light and i would love to have a light background colour badge. Whatwever i try the badges background remains dark grey…

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

Viewing 1 replies (of 1 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @spieringenpluym Thanks for getting in touch about the light/dark badge theme.

    In your website, there is a CSS rule that is outside of the plugin, the class: “badge”. This sets the background colour to: #777. I recommend adding your own custom CSS to override this, either as transparent or as white:

    .google-business-reviews-rating.badge {
    	background-color: transparent;
    }

    Or:

    .google-business-reviews-rating.badge {
    	background-color: #FFF;
    }

    Either use a Child theme or the Custom Styles in the Advanced tab.

    Alternatively, you can add the special class: fill as a shortcode parameter: class="fill" which will set the background to either white or black (depending on the theme light/dark option).

Viewing 1 replies (of 1 total)
  • The topic ‘Colour of badge is dark instead of light’ is closed to new replies.