HI.
I want the Menu items in the Logo area to be uppercase. I can achieve this with all the other pages except with the ‘Home’ page. It appears as uppercase in the edit page setting however when viewing the home page it is still lower case.
How do I fix this?
Hey taoleo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .av-main-nav > li {
text-transform:uppercase!important;
}
If that does not help please post a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay,
That shortcode didn’t seem to work. Please login in.
In the menu bar ‘Home’ remains lower case despite it being upper case in the Pages Edit section of Enfold.
Home needs to be upper case.
Hi,
I have added the below code in Quick CSS please review the site now.
.av-main-nav > li > a {
text-transform: uppercase;
}
Best regards,
Vinay
Hi Vinay,
Unfortunately can’t see any change, Home does not appear to be upper case.
I am adding Quick CSS for paragraph font type. Are these Quick CSS changes persistent or do they delete with a theme update?
Hi,
You have created a menu in Appearance > Menus but forgot to check “Enfold main menu” under Menu settings. I did it for you, please review your website now
Best regards,
Yigit
Oh…. ;)
Many thanks Yigit, all good.