Font for heading on Category Pages

Posted in: Newspaper
Post count: 14

Hello dear community,

I am trying to change the capitalisation of the heading below the breadcrumb on the category pages. I would like to have them displayed in upper and lower case. However, it seems I cannot find the right item in the theme panel under the theme font settings.

As an example: On the page https://www.reiseblitz.com/category/europa/ instead of “EUROPA” I would like to display “Europa”.

Is there any way I can achieve that?

Thanks very much in advance for your help!

Wolfgang

Post count: 22421

Hello,

Please use this custom code in the theme panel-> custom css box:

.td-category-header .td-page-title{
text-transform: none;
}

Thank you!

Post count: 14

Hi Bogdan,

this worked perfectly, thanks a lot! Consider it solved.

Thanks very much for the super quick support,

Wolfgang

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