Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1320907
    cocooner
    Participant

    after reading a whole bunch of answers, all of them different, I wonder what’s wrong with this theme.
    Shouldn’t it work out of the box? Anyway…

    I’m one of the many with the Ethos top menu not working either on a small screen (just resize the browser window and it will soon disappear) or on a mobile device.

    One of the fixes (adding custom css code) shows the menu on the customizer but not on the site…
    Now the bundle with megamenu makes suddendly much more sense.

    Before I resort using that, is there anything I am doing wrong?

    http://www.cocooners.it

    #1320950
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-btn-navbar.collapsed {
        color: red;
    }
    
    .x-btn-navbar:hover {
        color: blue;
    }
    
    .x-btn-navbar.collapsed:hover {
        color: darkgray;
    }

    Thanks.

    #1322200
    cocooner
    Participant

    This works, thanks.
    Shouldn’it be part of the code base?

    #1322240
    Paul R
    Moderator

    Hi,

    It’s part of the base code.

    The button is set to white on a dark background by default but since you change your navbar background to white it is no longer visible.

    This is the default color of ethos – http://demo.theme.co/ethos-1/

    Thanks

    #1323930
    cocooner
    Participant

    Thanks for your answer!

    #1323952
    Rahul
    Moderator

    You’re most welcome!

    Feel free to ask us again.

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