Uppercase title on category page

Posted in: Newspaper
Post count: 13

Hey there,

I tried to change text-transform for title on category page, but still no success. I tried manually change custom css and that’s it. Please help me.

Post count: 23312

Hello theasder,

If you want to change the title of your category page, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.td-category-header .td-page-title {
text-transform: capitalize!important;
}

The result is here -> http://screencast.com/t/cDfZQiGbl

Thanks.

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