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].
Hi
How can I remove the site title from the logo-in-menu version of the masthead?
Thanks
Justin
Actually, 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.