Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #175210

    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

    • This topic was modified 11 years, 1 month ago by domvitz.
    #175399

    Hello inboxgroup!

    You can add this on your custom.css or quick css to hide the header:

    #header {
    display: none;
    }

    Cheers!
    Ismael

    #175501

    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

    #175628

    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

    #189464

    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

    #189501

    Hey!

    Please post a screenshot of what you’re trying to do. The code provided above should remove the header then move the content upwards. You can also remove the title and breadcrumb container using this:

    .title_container {
    display: none;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how do I remove the header from the theme?’ is closed to new replies.