Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #628680

    Ahoy –

    I need to change the mobile meny icon box on my site – it is white and I cannot see it.

    Please Advise

    #628684

    Hi @mcraig77;
    this can help you (adjust the color as you like):

    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: #fdd500 !important;
        color: #64c2df !important;
        border-color: #c3512f !important;
    }
    
    • This reply was modified 8 years, 5 months ago by begrafiks.
    #628690

    Thanks! That worked

    #628691

    Hey mcraig77!

    Please try the following, let us know if it works out for you

    #mobile-advanced {
        background: rgba(0, 0, 0, 0.9);
    }
    #mobile-advanced a{
        color: white;
    }
    #mobile-advanced a:hover, #mobile-advanced a:hover .avia-menu-text{
        background: inherit !important;
    }
    #mobile-advanced a:hover .avia-menu-text{
        color: skyBlue;
    }

    thanks a lot

    Best regards,
    Basilis

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