How do I make the Primary Menu items Title case instead of All Caps?
-
How do I make the Primary Menu items Title case instead of All Caps? I am currently using the Alto theme.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
If you have a premium account, go to “My Site” then “Customize” and then select the CSS option. Paste the following code into the CSS section:
.main-navigation li a { text-transform: capitalize; } -
how do I make a headline appear in ‘sentence case’ so instead of capitalise which shows as follows: ‘The Cat Sat On The Mat’ I want it to appear as: ‘The cat sat on the mat’ ??
-
-
when I do that it shows all capitals…. I want to make it sentence case, is there an option for this?
-
-
You could try text-transform:initial; but I’m not sure it will work.
Could you send me your website’s url? Maybe with a couple of changes we can solve this straight.
-
My website url is blog.jana.com
text-transform: capitalize, text-transform: none, and text-transform: initial are all not working for me…any other suggestions?
Thanks!
-
Hi @eunicejana, currently you have all caps in the menu labels at Appearance > Menu. If you wish them to be normal (capitalized first letter and lower case for the rest, edit each of your menu items and change them and then save the menu.
-
-
- The topic ‘How do I make the Primary Menu items Title case instead of All Caps?’ is closed to new replies.