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,
A few months ago I asked about how to remove the title in the header of the vantage theme.
I used this line in the custom-css:
header#masthead hgroup .logo { display: none !important; }
After the last update to 2.2.3 it’s not working anymore, the title is back.
Any thoughts? Thanks for your help!
Hi Andre
We unfortunately had to make a small change to the header markup. To resolve you just need to add a period in front of hgroup:
hgroup was changed from a tag to a div class.
Works just fine – thanks!
Super, glad we could help.