Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1368680
    thefussyfemme
    Participant

    Hi there,

    My menu isn’t showing when using a mobile. How can i fix this?

    http://www.thefussyfemme.com

    theme is up to date

    #1368693
    Christian
    Moderator

    Hey there,

    Ethos nav background was designed to be dark so your menu looks hidden because its color is the same as the background. Please add the code below in your Appearance > Customize > Custom > Global CSS

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

    Thanks.

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