Hi there,
I need to change the font color of the transparent header secondardy menu (on the home page).
Hey web4698,
Add the following to quick css and adjust the color to whatever you need:
.av_header_transparency #header_meta{
color:black!important;
}
.av_header_transparency #header_meta .phone-info.with_nav a{
color:black!important;
}
Best regards,
Jordan Shannon
Thank you