Title in header back after update
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!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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:
header#masthead .hgroup .logo { display: none !important; }hgroup was changed from a tag to a div class.
Works just fine – thanks!
Super, glad we could help.
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.