This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
My website is using all caps for everything. But I just want normal caps. How can I change that?
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Global Custom CSS:
h1, h2, h3, h4, h5, h6, .menu > li > a {
text-transform: capitalize;
}
Best regards,
Jack Richardson.
Thanks that works for most of the website but it didn’t change the menu text. How can I change the main menu text to not be capitalized?
Hello,
I’ve edited the code in Global Custom CSS from:
h1, h2, h3, h4, h5, h6, .menu .menu-item > li > a {
text-transform: capitalize;
}
to
h1, h2, h3, h4, h5, h6, .menu > li > a {
text-transform: capitalize !important;
}
Please check menu now.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up