Jump to content

Recommended Posts

Posted

Hi all,

Is there a way of hiding a site icon on a site? I've got some nice icons that look good in a site list widget but I'm not overly fond of them a bit bigger in the sites themselves, using the small banner mobile theme. 

 

  • 1 month later...
Posted (edited)

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
  • 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...