Icon Color Change On Hover

I was wondering how I could get icons to change color when hovered over them?

Hello Daniel,

Thanks for writing in!

To have a different color when you hover over an icon, please add a custom my-icon class in the style field of the icon settings and then please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.my-icon:hover {
    color: red;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.