upper/lower case settings on main menu

How can I get my main menu to show items in both upper and lower case?
The navigation label shows both upper and lower but one the actual menu everything is forced into upper case

Hi @martindunn,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page .navbar-default .navbar-nav li a {
    text-transform: initial;
}

Best Regards,
Movin

Thanks Movin,
I’ll give that a try.
Martin

You are most welcome here :slight_smile: