• I want to hide or remove the header (but NOT the sidebar menu) menu in Make theme, on all of the pages of my site, using either Custom CSS or a plugin.

    I have tried adjusting the settings in the Customizer, but nothing seems to work.

    The URL is https://www.corksandcleaver.com.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you set your “site-navigation” class’ property display to none (CSS) it won’t show. This might be the easiest way since you won’t have to delve into the actual code:

    .site-navigation {
        display: none;
    }

    Enter it into the “Custom CSS” part of your themify dashboard and you should be good ??

    Thread Starter chrishannon

    (@chrishannon)

    Thnaks, kimkwanka!

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Make] Hiding or Removing Header Menu’ is closed to new replies.