How to change font weight for the header?!
1 Like
Hi there and welcome to the Community, @Mahmoud_Noaman ![]()
You’re talking about a Google Reviews widget, right?
If so, could you please specify the Header element, where you’d like to change the font weight (Write a Review button text, rating or number of reviews)?
In case you meant the widget title, you can change its font weight (make it bold/not bold) in the Widget Title section on the Style tab of your widget’s settings:
To set a more specific font weight, please use the code below in the Custom CSS field on the Style tab of your widget’s settings:
[class*="WidgetTitle__Header-sc"] {
font-weight: 100;
}


