Tagged: main Navigation
I am wondering if there is a quick css code I can add that will ensure the main menu heading font is in all caps please, eg
HOME RECIPES BLOG
currently it appears like this
Home Recipes Blog
Many thanks]
Ivana
Hi Ivana!
Please add following code to Quick CSS
.av-main-nav > li > a {
text-transform: uppercase !important;
}
Best regards,
Yigit
Excellent. Thank you Yigit.