How to differentiate an item from the main menu?

Posted in: Newspaper
Post count: 122

I just added an item at the end of the main menu. This item is called “Follow my path”.
Unfortunately the title is automatically displayed in capital letters: “FOLLOW MY WAY”
As this is a blog and not a section of my magazine, I would like the title to remain “Follow my path” to distinguish it from others.
How to do this?
THANKS

Post count: 35449

Hi,
This can be done in a few ways, but depends on the current settings you have on menu. If the menu option is set to take the default text format from menu, then the text will be display as it is written, if the text is set in menu to be uppercase, then you need to use an extra class on that menu element and set with custom css that text to be lower-case or camelCase.
Thank you!

Post count: 122

Hi Calin,
I think my settings is uppercase but I don’t see where to change this setting. Please show me the path.
Thanks

Post count: 35449

Hi,
You can try this custom css:
.tdb_header_menu .tdb-menu>li:last-child>a .tdb-menu-item-text {
text-transform: initial;
}

The code needs to be set in the theme panel – https://i.imgur.com/YxRIZzt.png
If is not apply for you, please provide a link to the website and I will adjust the code.
Thank you!

Post count: 122

It works.
Thankd a lot !

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