Disable record icon in homepage module?
- The topic ‘Disable record icon in homepage module?’ is closed to new replies.
Need help? Check out our Support site, then
I’m wondering if there is a way to remove the record icon in the homepage module via some kind of CSS over-ride. Suggestions? Tips? Solutions?
The blog I need help with is: (visible only to logged in users)
Hi John,
Absolutely — use the following:
.home .module .icon {
display: none;
}
Thanks!
Works perfectly, thanks again!
I’m happy to help :)