Hi, I would like to remove the header from the site so that I can put a completely different header image in and use the uber menu plugin directly below it in the center. I want it to look similar to the “coming soon” page but to show the footer and not to load the content from the middle of the page. Is this possible?
If not, how do I completely disable the enfold header and I will just load the details in an element.
Or how do i center the logo and the menu and add a background colour?
Thanks
Hello inboxgroup!
You can add this on your custom.css or quick css to hide the header:
#header {
display: none;
}
Cheers!
Ismael
Thanks Ismael,
I have tried this and it has worked but still leaves a 100pxl gap at the top. is there anyway to do this so that the content sits right at the top of the page?
If not, is there a way that I can add a custom html header by just inserting some code?
Thanks
Dom
Hey!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 0px;
}
If that does not work for you, please post the link to your website
Best regards,
Yigit
Hi Yigit, thanks for the info but that didn’t work. the url is : http://www.inboxbroker.co.uk/test/
I am trying to get the content to flow from the top and also have a menu that is centered with the logo above it. do you know how I can do this?
Thanks
Dom