Tagged: menu bar, remove menu
-
AuthorPosts
-
July 22, 2015 at 11:41 am #476981
How can I remove/hide the top menu bar (above the header)? I have the fullwidth submenu option for all the pages instead (below header).
July 22, 2015 at 2:19 pm #477055July 22, 2015 at 2:22 pm #477059Actually no I haven’t haha it’s still there. Below the title “WOHNEN AM WEHRENBACH” the menu is written in a light grey, you can barely see it but I need it gone.
July 22, 2015 at 2:34 pm #477072Hey!
Oh i see. I thought you meant header meta section when you said above header :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab#header_main_alternate { display: none; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 52px; }
Cheers!
YigitJuly 22, 2015 at 2:39 pm #477080Oh ok perfect, that worked. Thanks. Can I change the height too? There’s too much white below the title. I’m looking for the same height as the menu bar below. Same space below the title as there is above, if you know what I mean.
July 23, 2015 at 12:28 am #477431Hi!
You can remove or reduce the padding below the first heading by using the below css:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0px !important;
}Cheers!
DakeJanuary 14, 2017 at 12:18 am #733386Hello,
is there a possibility to remove the first heading ONLY on homepage? I have a one-page-design for my homepage, but at a single-post or a category, there is the problem, that the content is moving up and hide by the main menu, because I have deleted the first heading.Thanx and best regards
JensJanuary 15, 2017 at 11:04 am #733709Hi Jens,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJanuary 15, 2017 at 12:30 pm #733725Hi,
I’m sorry,I did not seen the possibility to hide the header on each page or post. That’s the way it works.
Thanks for reply. Theme is wonderful!! :)Best regards
JensJanuary 16, 2017 at 7:11 am #733907Hi Jens,
Great, glad you found the option to set that :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardAugust 18, 2017 at 6:10 pm #840979Great work-around, but I found that on mobile width, the hamburger menu fails to appear. (I need the hamburger menu to appear.)
Here’s the code I’m using:
.header-scrolled nav.main_menu {opacity: 1;} nav.main_menu {opacity: 0;} .header-scrolled #header_main {border-bottom: solid 1px #e2e2e2;} #header_main {border-bottom: none;}
August 22, 2017 at 7:09 am #842331Hi,
Please move the css modification inside a css media query so that it won’t affect the mobile view.
Best regards,
IsmaelAugust 22, 2017 at 5:37 pm #842667Yes, thanks Ismael, that worked. I had not applied “(min-width: 767px)” to my @media.
August 23, 2017 at 8:04 am #842899January 24, 2021 at 11:50 pm #1275135This reply has been marked as private.January 25, 2021 at 5:02 am #1275179Hi,
Are you referring to the container above the main header? You might be able to use this css code to hide it by default on other pages aside from the front page.
#header_meta { display: none; } .home .#header_meta { display: block; }
Best regards,
IsmaelJanuary 25, 2021 at 6:10 am #1275182Yes, that is the container I’m referring to above the main header. Tried putting in your suggested code in the General Styling section but it blocks the bar from the home page – even with the second part of the code.
January 26, 2021 at 8:15 am #1275413 -
AuthorPosts
- You must be logged in to reply to this topic.