Jump to content

Hide site icons in site


deanmoulder

Recommended Posts

  • 1 month later...

I had a go of this and was able to do it. I just found the div id for the site icon using Inspect in Google Chrome and used CSS visibility:hidden in a HTML widget.

Try the following code in a HTML widget on the homepage of the site.

<style>
  div#siteIcon {visibility: hidden;}    
</style>

 

Edited by Sean_M
  • Thanks 2
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...