Page font setting from Theme panel not working

Posted in: Newspaper
Post count: 44

I noticed after updated to v8.5 that category pages have uppercase titles. I didn’t have this before, so I checked the theme panel and tried setting different values for the Page Title, but whatever I do (also size, weight, etc), it doesn’t seem to generate the custom css in the html, so it seems css generation isn’t picking up all the settings from the Theme Panel…

Post count: 23312

Hello ronnie,

It seems to be strange what happened on your website after the new update, sorry! Make sure that you have correctly made the theme update via FTP way, clear all the caches and also, if you are using some untested plugins, try to disable all of them, leave just to active only the plugins that come bundled with the theme and rule out any conflicting plugins. If the problem is still there, you should provide your website URL so we can take a closer look at it. Also, provide some useful screenshots with the problem.

Thanks for the message!

Post count: 44

So which of the font settings in the theme panel do I need to change for .td-category-header .td-page-title?
The category title is in caps, but I can’t find anywhere in the theme panel fonts section to change it.

Post count: 23312

Hello onnie,

For page title, please check here -> https://www.screencast.com/t/VgeXaKfo2 Sorry, the theme does not have any such an option for it. You should do this only with the CSS code. You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

Thanks.

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