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.

How to Hide Site Title Behind Masthead Image

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

I’m using the Vantage Premium theme and the site title is appearing over my header image. How can I hide the site title from the page? Right now I deleted the site title and tag line but it’s needed for SEO purpose.

URL: http://sabrenajay.com

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Sabrena

    You should ideally make your header image text a PNG with a transparent background and add that as your logo. Then add the background image as the masthead background under Appearance > Customize. That would give your users a clickable logo and sort out the SEO side of things.

  2. Sabrena Jay 11 years, 4 months ago

    How do I make the logo clickable?

  3. Andrew Misplon Staff 11 years, 4 months ago

    A logo added via Appearance > Theme Settings > Logo will be clickable. If you’d like to add your entire header image as the logo then all you need to do is add the image at the above location I just mentioned. Finally add 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;
    }
  4. Sabrena Jay 11 years, 4 months ago

    It worked. Thanks!

  5. Andrew Misplon Staff 11 years, 4 months ago

    Super, glad to hear that helped.

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