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
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
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
Kevin
Many thanks for your help.
Tim