Masthead / Title problem
Hello,
What I am looking for is the possibility to have the masthead not showing the logo nor showin the text of the site title. Is this possible ?
Thanks,
Donald
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Donald
You could try the following under Appearance > Custom CSS to resolve:
/* Vantage Hide Logo & Site Title */ header#masthead .hgroup .logo { display: none; }Thanks. What about the text of the site ?
I do not want the text “Fredericton Oral Surgery” to the left of my Home button.
Thanks again,
Donald
The CSS is a bit different for the Logo In Menu layout you’re running. You’ll need:
header#masthead.masthead-logo-in-menu .logo { display: none; }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.