Okay
  Public Ticket #987722
menu bars
Closed

Comments

  •  2
    tinagency started the conversation

    Thanks for creating this theme!

     I have one question: I used the layer slider for creating the homepage. What I want to do is changing the colour of the menu container (the three bars) into white. This does not work. Actually I tried it also for other pages I created by using the parameter and option section for each side, but when I change the menu skin into white, the bars are still black. When I customize the hamburger label by adding the word “menu”, this word becomes white, but the bars still stay black. Is there any way to change this?

  • [deleted] replied

    Hi tinagency,

    Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   tinagency replied privately
  • [deleted] replied

    Hi there,

    Can you please add the code below to Custom CSS

    .menu-bar.menu-skin-light .ham:after, .menu-bar.menu-skin-light .ham:before {
        background-color: #fff !important;
    }
    .menu-bar.menu-skin-light .ham {
        background-color: #fff !important;
    }
    

    If you want to do this change only for the homepage then you can add that code only on that page by going to Edit Page > Parameters and Options > Custom CSS.


    Have a nice weekend.