Hi everyone,
I’m using the ‘Google Reviews’ widget and it comes with the title ‘What our cusotmers say’. Just wondering if there is a way to customize (to match my website font) or remove it?
Thank you so much for helping out!
Hi there @Susan_Su ![]()
Sure! You can remove the title in the Widget Title section on the layout tab:
Also, I see that you have Default font option chosen in the settings:
It means that your website’s font should be automatically applied to your widget. However, if it doesn’t work, please send me a link to the page where your widget is installed. I’ll be happy to look into this for you ![]()
Thank you so much for helping out.
The website is https://lambsresurfacing.suspire.io/ You’ll see a popup, please click ‘continue to website’ to view the site.
Hi @Susan_Su ![]()
We’ve changed the title’s font using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
[class*="WidgetTitle__Header-sc"] {
font-family: Calistoga, arial;
}
Check your website and let me know if you like the result ![]()
Wow thanks for working your magic!! Much appreciated.
Great! You are welcome ![]()
By the way, we have a CSS Codes category where you can find the most popular codes for different apps, including Reviews. Feel free to check it out!