Uppercase headers

Posted in: Newspaper
Post count: 11

Hi,

I’ve a question about the headers. The following link is a categorie: https://smartphile.nl/videos/ but the header (below the breadcrumbs) is a uppercase header. I can’t find the settings where i can modify this to normal case letters?

Is this because the menu is also in uppercase? How can I fix this?

Post count: 22421

Hello,

There is no setting to change this but you can use this custom css in the theme panel-> custom css box:
.td-category-header .td-page-title{
text-transform: none!important;
}

Thank you!

Post count: 11

Thanks the code is working properly now!

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