Okay
  Public Ticket #1860055
Burger menu style
Closed

Comments

  •  7
    jdefranclieu started the conversation

    Hello,

    I would like to add a bar to the burger menu on my website, I'm using Kalium with a base of the architect demo.

    In the custom css I found the line to get rid of the middle bar, 

    /* Menu: Hamburger menu remove middle line */
    .menu-bar .ham {
    height: 0px;
    }

    but I don't understand how to put it back, can you help ?

    Thanks.

    Jerome

  • [deleted] replied

    Hi Jerome,

    That is happening because to make Architecture more special we have added some CSS codes in the Custom CSS area that make this demo more suitable for Architects tastes.

    Can you please add the code below to your Custom CSS area:

    .menu-bar.menu-skin-light .ham {
        background-color: #000;
    }
    .menu-bar .ham {
        width: 30px;
        height: 1px;
    }

    Have a great weekend!

  •  7
    jdefranclieu replied

    Thanks, work fine.

    Have  nice weekend.

    Jerome

  • [deleted] replied

    Hi Jerome,

    Thanks, I'm glad to hear that everything is Ok nowsmile.png

    I wish you a great week!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.