How change to lowercase title of categories and tag in pictures

Posted in: Newspaper
Post count: 74
Post count: 1341

  • This reply was modified 8 years by Edward.
Post count: 74

Changed to lowercase Category Tag, but still show in uppercase tittle of category, for example:

https://conexionmas.com/category/nacional/

Show this:

https://goo.gl/4yMpwM

Help me to change that

Post count: 22421

Hi,
You can try to add this code in the theme panel custom css box:

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

Thank you!

Post count: 74

Only remains this:

https://goo.gl/WbzFrK

All breadcrumbs in lowercase

Post count: 1341

Try to replace this code:

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

All breadcrumbs will show as is.

You should rename the breadcrumbs in small letters (lowercase).

Post count: 74
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.