deanmoulder Posted November 8, 2017 Posted November 8, 2017 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.
Sean_M Posted December 22, 2017 Posted December 22, 2017 (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 December 22, 2017 by Sean_M 2
deanmoulder Posted January 3, 2018 Author Posted January 3, 2018 Thanks Sean, that's great thank you.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now