Sign in

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

  • This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6722
    Avatar photopExplorer

    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 photoakickindienutz

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.