Forums
Forums / Plugin: Translate WordPress - Google Language Translator / First letters being lowercase
(@buzzgo)
4 years, 3 months ago
Hi,
I’m having an issue where the automatically translated menu sets the first characters to lowercase even when in the English version are uppercase. How can I fix this?
See the image to see what i mean.
Image original text menu: https://i.imgur.com/kWHtNiI.png
Image translated text menu: https://i.imgur.com/Ap2NlMl.png
The page I need help with: [log in to see the link]
(@edo888)
You can use CSS to correct that, something like this for you can fix it:
.nav-menu .sub-menu a {text-transform:capitalize !important;}
You can check text-transform CSS options and choose the one that suits you.
Thanks! 🙂
The topic ‘First letters being lowercase’ is closed to new replies.