Hello,
I would like to remove the header and menu from my site. If possible, I would like the top menu(?) with the phone number and social media and then go straight into my page.
I’m trying to create a one page site that has a full width header image and I don’t need a menu or logo section. I’ve got the page that I want but I would like to have the phone number and social sharing bar at the top, but that’s it. Let me know if there is a better way to accomplish this.
Thanks!
Keith
Hi Keith!
Thank you for using the theme!
Please configure the header options to show the social icons, top menu and phone number under Header > Extra Elements. Add this on Quick CSS to remove the logo and menu container.
#header_main {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}
You might need to adjust the main container top padding on some case so add this one:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 29px;
}
I hope that helps.
Cheers!
Ismael
Thank you Ismael, that worked perfectly.
Cheers!
Keith