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
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!
Thanks, Calin – if I want to use your custom css, where do I put this?
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?
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/
-
This reply was modified 7 years by
Mark Gilbert.
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!