I added this to style my navigation and it works fine…
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
font-weight: 400 !important;
font-family:’Open Sans’ !important;
text-transform: uppercase;
}
However I need the active page to have a weight of 600
Thanks
Hey sitesky!
Please add following code to Quick CSS
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
font-weight: 600 !important;
}
Regards,
Yigit
Hi,
Sorry it didn’t work, as I think the first CSS script is maybe overriding it?
Hey!
Please review your website now. I have adjusted custom CSS code a bit in Quick CSS field
Cheers!
Yigit
Great Thanks!
What was the issue? Just for future reference?