Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082985
    isearchlocal
    Participant

    hi guys.

    Just need some assistance styling the mobile menu.

    i have a couple of questions.

    basically ultimately i would like the menu options to be green with white writing. and then once selected maybe change to a blue with white writing? and have no borders on both .

    #1083262
    Christian
    Moderator

    Hey there,

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1083577
    isearchlocal
    Participant
    This reply has been marked as private.
    #1083823
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar .mobile .x-nav > li > a {
        color: #ffffff;
        border-color: hsla(0,0%,100%,0);
        background-color: rgb(46,204,113);
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
        border-radius: 0.25em;    
    }
    
    .x-navbar .mobile .x-nav > li > a:hover {
        color: #fff;
        background-color: #2b4cd5;    
    }

    Hope this helps.

    #1084636
    isearchlocal
    Participant

    thats fantastic!!!

    brilliant service again guys..

    #1084827
    Joao
    Moderator

    Glad to hear it.

    Let us know if you need help with anything else.

    Joao

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