Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #995136
    ledaingu
    Participant

    Hi,
    The navbar of my site doesn’t appear on mobile phone ??
    Please Help 🙂

    http://www.demolisha.com
    x theme v4.4.2

    #995179
    Christian
    Moderator

    Hey there,

    X mobile navbar button was designed to be white and the background to be dark. Please add the code below in your Appearance > Customize > Custom > CSS to make it black.

    .x-btn-navbar:hover {
        color: black;
    }
    
    .x-btn-navbar.collapsed:hover {
        color: black;
    }

    I’ll forward this issue to our development team and they might add an interface to change the mobile button color.

    Thanks.

    #995219
    ledaingu
    Participant

    Thanks for the reply
    Unfortunately it doesn’t seem to change anything for the moment 🙁

    #995260
    Christopher
    Moderator

    Hi there,

    Please add this code :

    a.x-btn-navbar i {
        color: red;
    }
    .x-btn-navbar:hover i{
        color: black;
    }
    

    Hope it helps.

    #995302
    ledaingu
    Participant

    Great
    Works like a charm 🙂
    Thanks for your reactivity
    Best Regards

    #995368
    Christopher
    Moderator

    You’re welcome 🙂

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