Adjust category page H1 styling

Posted in: Newspaper
Post count: 15

Hi,

How do I make adjustments to the category page H1? I want the H1 to be title case. Right now it is in all caps. I am using category template style 4. Thanks!

http://www.wcevent.com/category/safety/

Post count: 35449

Hi,

Now the only h1 that you have on this category -> http://www.wcevent.com/category/safety/ is the category title -> https://i.imgur.com/SJdur0X.png

Thank you!

Post count: 15

Yes, that is the H1 I am referring to. How do I make it so only the first letter is capitalized (Safety) instead of all of the letters capitalized (SAFETY)?

Post count: 35449

Hi,

For the category template that you are using you can do this only with custom css, like this one: -> https://i.imgur.com/ntVDYbd.png
.td-category-header .td-page-title {
text-transform: none;
}

This code need to be set in theme panel > custom code> custom css.

Hope it will help you!
Thank you!

Post count: 15

That worked, thank you!

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