New Front EN › Support Forums › Kanso Theme Support › Can't get rid of Header
Tagged: kanso header
- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by
satori.
-
AuthorPosts
-
December 11, 2018 at 9:47 am #47325
ktgreen245
ParticipantUsing Kanso theme. I want to completely eliminate the header – the box at the top – from my website. Just get rid of it entirely.
I cannot figure how to- I have tried custom code that is meant to hide the “main menu” and “header” elements, and I’ve changed the sizes in the style sheet (style.css) to be 1 and/or 0 px for both “bigheader” and “smallheader.” When I delete “div class=”bigheader smallheader” in Google Chrome’s Inspector it solves my problem in the resulting preview…
Out of curiosity I deleted the entire content of the style sheet which also changed nothing… I found another post where support said you could change the size through this sheet, so I am confused. Not familiar with coding for browsers so I’ve just been trying to swing a hammer at this thing to make it go away since it’s a simple problem… Tried deleting the .php for the header entirely which breaks the site and undoes my changes.
I JUST want to kill the header.
Thank you for your time.
-
This topic was modified 4 years, 9 months ago by
ktgreen245.
-
This topic was modified 4 years, 9 months ago by
ktgreen245.
-
This topic was modified 4 years, 9 months ago by
ktgreen245.
-
This topic was modified 4 years, 9 months ago by
ktgreen245.
December 12, 2018 at 11:38 am #47416satori
KeymasterHello @ktgreen245, thanks for choosing Kanso! Try adding this custom CSS (e.g. using such plugin) to completely hide the header:
#header, #header-spacer { display: none !important; }
December 13, 2018 at 4:02 am #47472ktgreen245
ParticipantWorked like a charm thank you! This theme is so well supported even after all those years you’re still here looking out for us. Thank you.
December 13, 2018 at 4:22 pm #47515satori
KeymasterGlad to hear I could help ;)
-
This topic was modified 4 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.