How to Hide Site Title Behind Masthead Image
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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.
How do I make the logo clickable?
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; }It worked. Thanks!
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.