Increase font size in reviews section

Posted in: Newspaper
Post count: 24

Please teach me how to increase font size in reviews section both ‘Feature name’ and ‘review description’ in each post.

Thank you very much!

Post count: 23312

Hello thanik30,

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

The code is ->

.td-review {
font-size: 25px;
}
.td-review-summary-content {
font-size: 20px;
}

The result -> http://screencast.com/t/7lkCBPEmY

Hope this helps!

Thank you for the message!

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