This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage header

Resolved 3 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 9 years ago

Hi

I am fairly new to wordpress and love the vantage theme and also recently upgraded to premium. Can you tell me if i am able to change the size of the header (where the logo appears)?

I want to put an image banner in the header that spreads the full width and height of the header. I uploaded my logo but there is too much of a white gap at the top and bottom. Also is it possible to change the background colour of the header?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi saifurv

    In Vantage Premium under Appearance > Customize > General you can change the header padding. You can add a header background image and change the background color of the header in the Premium Customizer.

    If you want a full width and height logo then I have an Appearance > Custom CSS fix but only for the Boxed Layout of Vantage.

    Insert the following under Appearance > Custom CSS:

    /* Full header logo */
    header#masthead {
    padding: 0 !important;
    }
    header#masthead hgroup {
    padding: 0 !important;
    }
    header#masthead hgroup .logo img {
    width: 1080px;
    }
    .main-navigation {
    margin: 0 !important;
    }
    body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar {
    display: none !important;
    }

    You need to be running the boxed layout for that to work and your logo needs to be 1080px wide.

  2. Cavae Venriquez (AxDiseño) 9 years, 11 months ago

    Hi, I also need to insert an image in the background of the header, but I can’t find the option in the customizer (I have a vantage premium). Then, how I create a css for this option ?

    I hope your help, thank you.

    • Andrew Misplon Staff 9 years, 11 months ago

      Hi Cavae

      We’ll reply in your thread shortly. Thanks :)

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.

Have a different question or issue?

Start New Thread