• Hello, i need your help. If you can help me please.
    I build my site http://www.it-tech.gr.
    I want to remove the menu button (3-bar). Only the menu button of my header.
    How can i do this?
    I tried every code from this forum about my problem to css but nothing worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    I think perhaps the below will work. I think your menu button is controlled by a plugin which might be why it’s more difficult to find the proper selector.

    .btn-toggle-nav {
       display: none;
    }
    Thread Starter wint3r

    (@wint3r)

    Thank you sooooo much! Your answer save my problem. Thank you allisonplus

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove menu button’ is closed to new replies.