Change font in reviews section

Posted in: Newspaper
Post count: 24

Please teach me on how to change the font in reviews section. I believe it must use CSS code.

Thank you very much.

Looking forward to hearing from the pro.

Post count: 23312
Post count: 24

I believe the link you sent me it’s about changing the font ‘size’ but this time i would like to know how to change font. For example, from arial to different font. Thank you.

Post count: 23312

Hello thanik30,

If you want to change the font for the review section, you have to use a bit of CSS to add the font family. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-review {
font-family: Arial;
font-weight: 800;
}

The result you should see here -> http://screencast.com/t/sihkBvroc

Also, if you want to have another font family than Arial, please notice that it must be loaded in the theme anywhere, like this -> http://screencast.com/t/eUGZx7fTEb8N otherwise, the font will not apply.

The code is ->

.td-review {
font-family: Princess Sofia;
font-weight: 600;
}

Result with Princess Sofia as type of font -> http://screencast.com/t/pHRWsXED

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.