Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

HowTo change colors of the menu of the mobile page for simple theme

  • #6722
    Avatar photo[anonymous]

    I, ve changed the simple theme to dark mode.

    Therefore the “hamburger” menu pict/background must changed from dark colors to bright colors.

    How to do that?

    #6816
    Avatar photo[anonymous]

    Hi not sure if this would be of any use but, if you go to Tools>CSS and add something like the following code (in your colour choices for your theme):

    div.navbar_mobile_sidebar{
    background: (your dark colour)
    }

    .navbar_mobile_sidebar .navbar__menu li .is-separator, .navbar_mobile_sidebar .navbar__menu li a{
    color: white;
    }

    it seemed to work for mine using simple theme 🙂