Archived topic
SVG menu icon hover effect
3 replies · Started by Kai-Yen on December 14, 2017
Hi Everyone,
I added an SVG icon in a menu in footer bar area.
I would like to know the hover effect of CSS code for this SVG icon.
All setting from Color Menu doesn't apply to the SVG icon.
Can someone share an example to do that?
.footer-bar .menu-social-media-menu .menu-item-980 a > svg:hover {
fill: red;
}
Hi there,
Would something like this help? https://codepen.io/luiscarvalho/pen/hJFrx
That is awesome!!! Thank you, Leo.
No problem :)