Home>Support>Remove header

Remove header

Hi everyone,

I’m very new on wordpress and SiteOrigin so sorry for this “maybe” very simple question.

I started to use the Page Builder by SiteOrigin in combination with the Vantage Theme … now the problem I’m facing is how to remove the header (see screenshot)

Is there any way to get rid of everything above the main background picture?

Thx in advance for your support

Greetings from Germany
Youssef

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Youssef,

    You can change this with some custom CSS, a theme setting change and a row setting change. We’ll start with the row setting change. Please open your homepage, and then open the first row by clicking the wrench above it. Head over to the row styles sidebar and open layout settings group and set the padding to 0. Blank means default and not 0.

    Then, navigate to WP AdminAppearanceTheme Settings Find and set the Masthead Layout to Logo In Menu.

    Then navigate to WP AdminAppearanceCustom CSS, and add the following CSS:

    .site-main {
      padding-top: 0 !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 4 months ago Youssef

    wow thx now I only still have these two things that I would like to hide (see screenshot)

    Screenshot at Mai 19 06-40-47

    Screenshot at Mai 19 06-41-18

    thx for ur help

  3. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Youssef,

    Ah. Whoops. Please replace the previous CSS with the following CSS:

    .site-main {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    

    Then also add the following CSS:

    .site-header {
        display: none;
    }
    

    You’ll have to open that row that holds that hero widget and set the bottom margin to 0. To do this open up the row by clicking the wrench and then head over to the row styles sidebar. Open the layout group and set the bottom margin to 0.

  4. 8 years, 4 months ago Youssef

    well I think I’m doing something wrong … both header and footer are still visible.

    Here my changes:

    Screenshot at Mai 19 20-50-26

    Screenshot at Mai 19 20-49-36

    Screenshot at Mai 19 20-51-11

  5. 8 years, 4 months ago Youssef

    and how can I remove the spaces between two widgets?

    Screenshot at Mai 19 21-57-20

  6. 8 years, 4 months ago Youssef

    or at least change the white background color?

  7. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Youssef,

    You need to apply the padding change to the row, not the widget.

    I suspect your last image has margin spacing. Open up the row that houses the top most widget by clicking the wrench above the icon. Then head over to the row styles sidebar and open the theme settings group. Tick No Bottom Margin and save the page.

  8. 8 years, 3 months ago Youssef

    thank you Alex … I think things are working now

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More