Increase the font size for the Total Number of Review

Capture4

Could you please how I can (i) increase the font size for the Total Number of Review, and (ii) and change its colour? Many thanks!

1 Like

Hi there, @user15545 :wave:

This code should do the trick:

[class*="HeaderRating__ReviewsCount-sc"] {
font-size: 17px!important;
color: red;
}

Just add it to the Custom CSS field on the Style tab of your widget’s setting and let me know if it worked :slightly_smiling_face:

Many thanks! It works perfectly.

1 Like

You are always welcome, @user15545 :wink: