Reviews font?

Posted in: Newspaper
Post count: 500

Is it possible to change the reviews font (block header and review text) as shown here: https://forum.tagdiv.com/reviews-2/?

An example on my site: https://jazzjournal.co.uk/2019/02/23/marcus-strickland-twi-life-people-of-the-sun/

The review is too small and I’d like upper and lower case on the block headers (Review overview + Summary)

Thanks
Mark Gilbert

Post count: 35449

Hi,

If you want to change the font only on the Reviews the best way will be to use a css or a a single post template from tagDiv Cloud Library , using cloud library you can edit/build the template how you like.
If you want to use custom css
-> https://www.screencast.com/t/tlaH0Z5m
.td-review-summary .td-review-summary-content {
font-size: 16px;
}
.td-review-summary .block-title {
font-size: 17px;
}

Thank you for your understanding!

Post count: 500

Thanks, Calin – if I want to use your custom css, where do I put this?

Post count: 35449

Hi,

You’ll need to set the code in Newspaper>Theme panel>Custom code>Custom css.

Thank you!

Post count: 500

I see you have supplied a diagram – many thanks – but I don’t see Link CSS editor in my Edit Posts window. And would I have to do this for every post?

Post count: 500

Ah, ok – I got it, thanks for detailed help. Can I change the font size on the words Reviewer rating likewise?

https://jazzjournal.co.uk/2019/04/16/barbara-lynn-youll-lose-a-good-thing/

Post count: 35449

HI,

For this you can use this custom css ->https://www.screencast.com/t/alAUMJ8z7
.td-review .td-review-desc{
font-size: 25px;
}

Set the size you need and set the code in Newspaper>Theme panel>Custom code>Custom css.

Thank you!

Post count: 500

Thank again, Calin.

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