URL: http://www.judithpoulteney.co.uk
Hi there,
I cannot find a solution to how to change the capital “H” in Home (main menu) into lower case? All other menu tags have lower case… Why not “Home”?
see here: http://imgur.com/gallery/G2XF7F6/new
Thanks a lot,
Susanne
Hey Susanne!
You can go to Appearance > Menus and change it there. You can also use following custom CSS code
.av_seperator_big_border .av-main-nav > li > a {
text-transform: lowercase!important;
}
Cheers!
Yigit
Hi Yigit,
Thank you for your quick response.
I had already changed “home” in appearance >> menu, however it didn’t work – strangely enough.
I now also added the code you posted – to no avail. It’s still a capital H!
Any other ideas?
Thanks,
Susanne
Hi!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
If that does not help, please post temporary admin logins here privately so we can look into it
Regards,
Yigit
Spot on, Yigit! It WAS transformed.
Now that I’ve changed it everything is great!
Thanks a lot,
Susanne