Remove site title from logo in menu?
Hi
How can I remove the site title from the logo-in-menu version of the masthead?
Thanks
Justin
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
How can I remove the site title from the logo-in-menu version of the masthead?
Thanks
Justin
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
4Actually, I sorted it. I made it just the logo and then added this CSS:
header#masthead.masthead-logo-in-menu .logo > img {
max-height: none; display: none !important;
}
Hi Justin
Thanks for keeping us updated. I’m glad to hear you’ve made progress with a Custom CSS rule.
Cheers :)
This also works if just removing the text:
#masthead.site-header.masthead-logo-in-menu .logo > .site-title {
display:none !important;
}
Hi Justin
Glad to hear you’ve found a solution. Thanks for keeping us posted!
Cheers for now.
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.