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].
So when i updated my theme, header and this logo icon came back. I have a premium theme. Apparently this doesnt work anymore:
header#masthead hgroup {
display:none;
}
Hi aljo
hgroup has changed from a tag to a div class. To resolve, add a period in front of hgroup in your Custom CSS:
Before:
After:
Hope that helps.