Review Template

Posted in: Newspaper
Post count: 61

Hi Guys,

I want to change the font on the “Review Overview” and remove the “Summary” entirely. Is there a way to do this with either the Theme Panel or CSS? Thanks so much!

http://www.irreverentgent.com/wp-content/uploads/2016/07/Screen-Shot.jpg

Post count: 23312

Hello Irreverent Gent,

If you want to do these changes for your Review template, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-review-summary .block-title {
display:none;
}
.td-review-header .block-title {
font-family:Arial;
}

Also, please notice that the new font which you want to have for your review header will have to be loaded in the theme in Theme panel in order to achieve best results.

Thanks for your understanding!

Post count: 61

That worked perfectly, thanks so much!

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