Home › Forums › All Other Themes › “Turn Menu Text to Uppercase” button/toggle isn’t working
- This topic has 5 replies, 2 voices, and was last updated 10 months, 1 week ago by
Sonnal S Sinha.
-
AuthorPosts
-
January 30, 2023 at 7:45 pm #203294
I am noticing the menu up at the top of our site (https://test.genetargeting.com) stays uppercase even though I have tried to switch “turn menu text to uppercase” off. We would like the menu to be non-uppercase.
January 31, 2023 at 12:20 pm #203306Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu ul li a { text-transform:capitalize !important;}
Regards,
DaveFebruary 1, 2023 at 9:37 pm #203341Thank you, that did work for the most part. Only thing is, we want to show one of our tabs with the words “cDNA Knockin.” The c at the beginning is meant to be lowercase like that, and that is how I inputted it into the menu, although it appears that the first letter of every tab shows as capitalized regardless of what I input. Is there a way to make the entire title for each menu item/tab case-sensitive to what I input, rather than automatically capitalizing the first letter?
Thanks!
February 2, 2023 at 10:21 am #203345Hi,
Remove this CSS code:
#topmenu ul li a { text-transform:capitalize !important;}
Kindly replace this CSS code:
#topmenu ul li a { text-transform: inherit !important; }
Regards,
DaveFebruary 3, 2023 at 12:15 am #203357Perfect, that did the trick. Thank you!
February 3, 2023 at 10:45 am #203358Hi,
Welcome 🙂
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.