@adamford For a white background – so a white box – leave off the dark theme entirely. Instead select the theme: “Narrow, Centered, Light Background with Fonts” and use the following suggested CSS:
.google-business-reviews-rating.center.fonts.narrow {
background-color: #FFFFFF;
padding: 1rem;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9) inset;
border-radius: 3px;
margin-bottom: 1rem;
}
The extra class references here are optional, but it may help being specific if you use this shortcode elsewhere.
I missed the original point about having a white background for the reviews section.
-
This reply was modified 4 years, 4 months ago by Design Extreme. Reason: Clarified CSS rule