- Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro How do I change the menu text to lowercase instead of Capitalized? Reply To: How do I change the menu text to lowercase instead of Capitalized?

#12676
acmethemes
Keymaster

Hello oladele76
Please add the below css codes to make the menu in lowercase,

.main-navigation a {
    text-transform: none !important;
}

Hope, this will help to solve your problem.
If the problem is not solved, please provide your site URL as well.

Regards