Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065102
    lukasz021677
    Participant

    Hi Guys!

    I need some help with Mobile “MENU” button background color and mobile menu link buttons background colors here:
    http://mediadevotion.com/fitnesstest/

    So far mobile “MENU” button background is white,
    and mobile menu link have white backgrounds as well. (font color will stay in white – thats why menu positions are not visible right now.)

    I need to change those to achieve same look as on desktop.

    THX!!!!!!

    #1065200
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    .x-navbar .mobile .x-nav li>a {
        background-color: #000000;
    }
    .x-navbar .mobile .x-nav .current-menu-item>a {
        background-color: #113be4;
    }

    Hope it helps 🙂

    #1065298
    lukasz021677
    Participant

    hey,
    it works!
    🙂
    thanks a lot!

    And one thing more, blue color for mobile hover state?
    I’m trying but can’t find it out …

    #1065377
    Jade
    Moderator

    Hi there,

    Please try this code

    .x-navbar .mobile .x-nav li > a:hover {
        background-color: blue;
    }

    Hope this helps.

    #1065513
    lukasz021677
    Participant

    yes, it helped,
    thanks again!!!
    Luke

    #1065871
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1065102 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>