Hello!
I’m trying to change the font colour of the menu after scrolling (Both font and background are white). I’ve tried all the options in Advanced Styling and Header but nothing seems to change. I also emptied the cache to double-check.
Any advice? Could I be blocking settings somewhere?
Thanks!
Suzanne
Hey DXploration,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi DXploration,
Best regards,
Victoria
Hm that’s odd.
Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #header .av-main-nav>li>a {
background-color: transparent !important;
}
#top #header_main_alternate {
background-color: transparent !important;
}
Best regards,
Mike