Delete/hide site identity
- The topic ‘Delete/hide site identity’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I was wondering if there’s a trick to delete or hide the site identity bar (grey strip with the site’s name)?
Thank you in advance for your answer.
Phil
The blog I need help with is: (visible only to logged in users)
You could remove it using some custom CSS; requires custom design upgrade.
.site-identity {
display: none;
}
Great! It worked perfectly. Thanks a lot for your quick response.
Great, good to hear!