• Resolved tim4245

    (@tim4245)


    Is there some css code I can use for specific pages to hide the header but keep the header menu showing?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    You will be able to hide parts of the header, but not the entire header since the menu is contained within it.

    If you can link to the page that you’d like to do this on, and outline what parts of the header you’d like to hide, then I can give you the CSS.

    -Kevin

    Thread Starter tim4245

    (@tim4245)

    http://www.tenant-hub.uk

    Just need to remove the logo on specific pages, Thanks.

    I can do this with some CSS. Can you specify which pages you’d like this to effect?

    -Kevin

    Thread Starter tim4245

    (@tim4245)

    Thanks Kevin

    If you could confirm the CSS I am happy to do it as all part of the learning process!

    Tim

    This CSS hides the logo:

    div#thelogo {
        display: none;
    }

    -Kevin

    Thread Starter tim4245

    (@tim4245)

    Kevin

    Many thanks for your help.

    Tim

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hide header but keep menu’ is closed to new replies.