review style post font size

Posted in: Newspaper
Post count: 14

in the review style post, there is a summary section that appears at the bottom – how can I change the font size of that summary section?

Thanks

Mark

Post count: 23312

Hello Edge44,

If you want to set the font size for review section, you have to use a bit of CSS. Please try the code below and add it in your 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/0S066Kvg

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details.

Thank you for the message!

Post count: 14

Worked brilliantly, thank you very much 🙂

Best regards

Mark

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.