Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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.


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.
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.