Is there a way to hide the menu on the home page. I have a big image via the revolution slider but the menu is moving it down which I dont want. I would like it so the sticky menu only appears when you scroll. I dont really want to use the mobile menu button.
Thanks
Paul
Comments
please send us link to page where you would like to remove it first.
Thanks!
.home #Top_bar:not(.is-sticky) .menu_wrapper { display: none !important; }But also, please set this page as home under Settings > Reading section."Is there a way to hide the menu on the home page"
So do you want to remove menu or whole Top Bar?
.home #Top_bar:not(.is-sticky) { display: none !important; }