Hey,
Advanced Styling – Main Menu Links
There is no option for Font Weight here as it is on the settings for h1-h6
What code shall I add if I want Main Menu Links to be Font Weight Light?
Thanks
Charlotte
http://www.newyorkinspiration.com
Hi Charlotte!
Please use the below css
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
font-weight: 100!important;
}
Cheers!
Vinay
Thanks :)