Magento2 – How to Change Color / Hover Color of Icons?

magento2

How can I change the color and hover color of an icon, for example "icon-cart"?
I already have a custom theme.

I found this website which has a nice documentation, but I dont really understand it.
The Site: http://magento2-demo.nexcess.net/pub/static/frontend/Magento/blank/en_US/css/docs/icons.html

Thanks for your help!

Best Answer

If you are using the icons mentioned in the link you posted, you cannot change the icon colour as it's part of a sprite sheet background-image.

You'd need to copy the spritesheet, or crop out the icon you need, colour it to suit, and then add it in to your theme.

Hope this helps.

Related Topic