On desktop the menus in the top are white, but they turn grey on mobile, can you give me a css so that the font are white on mobile as well?
Hey limedrop,
Thank you for the inquiry.
The top menu items are still white on mobile view when we checked. Did you figure this out?
To make sure they’re white, try to add this css code:
.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a {
color: #ffffff;
}
Best regards,
Ismael
