Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1491800

    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?

    #1491825

    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?

    Screenshot-2025-11-26-at-1-25-20-PM

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.