Hello!
By default it seems that my header main menu text is in bold font, and I would like to change to regular font. I don’t see this option in the customization of the child theme/header menu. Can you please tell me how to change? Thanks!
Hi onegirlrtw!
Please add following code to Quick CSS
#top .av-main-nav > li > a {
font-weight: normal !important;
}
Regards,
Yigit
Great, it worked! Thank you!