Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David N. Posted October 3 Posted October 3 (edited) I've looked around for a while now but can't seem to find the CSS to change the opacity of the icons in the side panel? Looks like they're dimmed when inactive and have an opacity of 1 when hovered or active. Edited October 3 by David N.
Jimi Wikman Posted October 5 Posted October 5 I think it is this one: .ipsNavPanel__icon * { opacity: .4; } on hover, it triggers this: @media (any-hover: hover) { a:hover .ipsNavPanel__icon *, button:hover .ipsNavPanel__icon * { opacity: 1; } } I hope that helps. David N. 1
Jimi Wikman Posted October 5 Posted October 5 2 hours ago, David N. said: It works!! Thanks so much @Jimi Wikman 😄 Happy to help 🙂 David N. 1
Recommended Posts