Home › Forums › Support › Easiest way to completely delete the website's header ? › Reply To: Easiest way to completely delete the website's header ?
October 22, 2015 at 3:53 pm
#146627
Hi Toma. This CSS should do it:
.site-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/