Hi there, how I can lowercase letters for main menu?
I tried cıston css and wp editor but didint success.
thanks for help.
Bora
Staff
Posted on : 2019-07-29 03:41:09 View Type: public
Ateeq Rafeeq
To change main navigation text-transoform uppercase, lowercase, capitialize or normal. You can try following CSS codes in your Veterinary WordPress theme. Please go to wp-admin >> Appearance >> Customize >> Additional CSS and add the following CSS.
//For Lowercase
.top-bar ul li a {
text-transform: lowercase !important;
}
//For Captialize
.top-bar ul li a {
text-transform: capitalize !important;
}
//For Normal
.top-bar ul li a {
text-transform: unset !important;
}
×
Hello!
Click one of our contacts below to chat on WhatsApp