I would like the hide the menu in the header on pages like a landing page. Is there a code I can add to the additional html in the settings? I can change it in the global editor, but then I have no menu on all my pages
I am trying to accomplish the same thing on a website page. I entered the code into the head HTML, but no luck. Is there a different way to accomplish this on a website page and not a landing page?
Any updates to this? Also trying to remove the navigation at the top of a specific landing page and this code is not working for me when I add it to "Additional code snippets" section.
If you like I can look into the issue. Can you share your landingpage or the preview, with us to assist you further and to provide you with a suiting code for your page.
Hey @KKniazev, thanks for the URL via PM/DM, i guess you want to remove the white spacing on the top of the page, right? You can try the following
.header {
display: none;
}
But keep in mind, if you put this in your global css, you will remove every Header of your pages, so put this in for just the templates/pages in which you want to remove the header via css.
Thanks for your reply. Sorry for the delay in getting back to you, my email platform sent your message into quarantine! We are hoping to recreate the following header and footer (the nav specifically) on our landing pages. Can you help us?
Healtheinc.com
[cid:image001.png@01D71FE3.4FB10F00] As you can see, the nav is on top of the graphic and that's the idea for the Hubspot landing page as well. We do not need the yellow bar "Florida Department..."
[cid:image002.png@01D71FE3.4FB10F00]
Kristin Schultz Content Director 518.387.9637 www.mmcweb.com
[signature_1329240607] Growth, reinvented.
CONFIDENTIALITY NOTICE: This e-mail transmission may contain information that is proprietary, confidential or legally privileged. The information is intended only for the individual or entity named in the e-mail address. If you are not the intended recipient, you are hereby notified that any use, disclosure, copying, distribution, continued possession, or reliance upon the contents of this e-mail is strictly prohibited. If you have received this e-mail transmission in error, please notify the sender so that we can arrange for proper delivery, and then delete all copies of this message. Thank you.
CONFIDENTIALITY NOTICE: This e-mail transmission may contain information that is proprietary, confidential or legally privileged. The information is intended only for the individual or entity named in the e-mail address. If you are not the intended recipient, you are hereby notified that any use, disclosure, copying, distribution, continued possession, or reliance upon the contents of this e-mail is strictly prohibited. If you have received this e-mail transmission in error, please notify the sender so that we can arrange for proper delivery, and then delete all copies of this message. Thank you.
Het @Chris-M The code works, but we see in hotjar that people can still see a 'hamburger 'menu when they view it on mobile. It is just not clickable, any way to fix this?
sorry for the late response, i was about to answere your question, but you just figured all out by yourself, which is great!
I think there might be a typo in you style call, you have 2 "..header__menu.header__element" on the start of your class, should be just one ".header__menu.header__element"