Google Reviews Appear in Site Builder but NOT on the Live Webpage

1 Like

Welcome to the Community, @Will_Ramsey :waving_hand:

The issue appeared because of the conflict with the styles of your website. We’ve fixed it using this code in the Custom CSS field on the Style tab of your widget’s settings:

* {
  visibility: visible !important;
}

Please check your website and let me know if everything is fine now :wink:

1 Like

Yes, this has fixed the display issue. Thank you.

1 Like

Great, you’re very welcome :wink: