Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    If you are referring to removing the Page header, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .page-header {
    	display: none;
    }

    Thanks.

    Thread Starter lhvandersteen

    (@lhvandersteen)

    yes thank you it worked , is it also possible that where the .pageheader was that there now be a white bar , because now everything is to close to the top menu

    Hi,

    For white space, can you go to the Additional CSS box and insert the code mentioned below:

    #content {
    	margin-top: 70px;
    }

    Thanks.

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

The topic ‘remove sub header navigation’ is closed to new replies.