Hi,
I’m hoping someone can help me figure out how to hide the logo from the top navbar on my home page (same as my posts page, not a static homepage), but I still want the logo to show up on all other pages. Any help with this would be appreciated.
Hi There,
Thank you for writing in, please add this to Theme Options > CSS
.blog .x-brand {
display: none;
}
If that did not work, please provide us the site URL in a secure note so we can take a look.
Cheers!
That seems to work! Thanks!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.