Removing blog title from header
Hi,
The Blog title is always displayed in the header. How do I get rid of it?
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
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.
Hi,
The Blog title is always displayed in the header. How do I get rid of it?
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi Andre. Are you referring to the support text, Call me maybe? That can be changed or removed under Appearance > Theme Settings > Home.
Hi again,
No, unfortunately not. If I go to Appearance > Customize > Site Title & Tagline and enter a Site Title it shows up in my header.
I made the header transparent because I use a background image with our Logo. Is there an option or CSS-tweak to solve this?
Maybe it would be a nice idea to make a checkbox to show or hide the title (like the standard wp-themes have) ;)
The downside with that is you now don’t have a clickable logo. The following CSS will allow you to upload a full width 1080px logo, assuming you’re running the boxed site layout:
/* 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; }If you want to stick with your setup then use:
/* Hide Logo */ header#masthead hgroup .logo { display: none !important; }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.