How do I change the menu so that it shows as lower case rather than upper?
Making menu lower case?
2 posts from 2 voices-
Posted 1 year ago #
-
Hi,
Kindly add this code to your custom.css or Quick CSS:
.main_menu ul:first-child > li > a {
text-transform: lowercase!important;
}
You can also try to replace lowercase to capitalize. capitalize changes the first letter of every word to uppercase and the rest to lowercase. Hope this helps. :)Best Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














