• Resolved rjbinney

    (@rjbinney)


    Dear Internet:

    On desktop and tablet, my menus are the correct color – dark text, white background.

    But on the mobile menus, they’re white text on white background – and I can’t for the life of me figure out how or where to fix.

    I tried adding CSS to Customizing=>Additional CSS but, nothing.

    .modal-menu a {
        color: #624A3C !important;

    Help, please.

    • This topic was modified 7 months, 1 week ago by rjbinney.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rjbinney

    Kindly use this code to change the menu color in mobile devices:-

    @media (max-width: 921px){
     body .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
        color: #624A3C !important;    
    }   
    }

    Hope it works!

    Thread Starter rjbinney

    (@rjbinney)

    Nailed it!

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t Change Mobile Menu Color’ is closed to new replies.