- This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › “Turn Menu Text to Uppercase” button/toggle isn’t working
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.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#topmenu ul li a { text-transform:capitalize !important;}
Regards,
Dave
Thank 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!
Hi,
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,
Dave
Perfect, that did the trick. Thank you!
Hi,
Welcome 🙂
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]