I cannot find any way to alter the typography (size, font, case) of the large upper case category title (in this case AUDIO REVIEWS) that appears on the Article Display View page (see here: http://jazzreview.co.uk/category/reviews/audio-reviews/). I can see no field in Theme Fonts for this particular header. Is there none or have I missed it? Thanks
Hi,
Please go in Newspaper>Theme panel>Theme fonts> Pages
https://www.screencast.com/t/bykIr4sRUZDs
Results: https://www.screencast.com/t/Qs6gp3wAhP6
Hope this will help you, if you have more question let us know.
Thanks.
Many thanks – I hadn’t realised this was classed as a page – I assumed it would be under category. This works for font and size but the Transform options do not seem to work – it’s always upper case. I would like a capitalized title if possible.
Hi,
This option for transform usually is working -> https://www.screencast.com/t/UndaGZfwvVf -> https://www.screencast.com/t/hWNIQmUf
If this is not working you can use this custom css
.td-page-title {
text-transform: uppercase;
}
Set the css in Newspaper>theme panel>Custom code>Custom css
Thank you.
Thanks – I’ll try again or your CSS. Although I’ll need CSS code for capitalize not upper case. What word would that be? Much appreciate your help.
