Article Display View category header – change font?

Posted in: Newspaper
Post count: 500

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

Post count: 35449

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.

Post count: 500

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.

Post count: 35449

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.

Post count: 500

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.

Post count: 35449

Hi,

Sorry, the word is “capitalize”, and here is the css
.td-page-title {
text-transform: capitalize;
}

Thank you.

Post count: 500

Thanks

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