Change the color of an SVG icon by CSS easily in WordPress or HTML

Hi guys,

In this video I explain how you can change the color of the SVG icons by css.

With a previous tutorial explained how to change the SVG file itself

The problem with this method is that if you have to change the color of many icons you have to do it icon by icon, instead with this method you change it in one place for all the icons.

It's a very simple tutorial but I think it can help you a lot 😉

Subscribe to my channel:  

The code we use is this:

path {
    fill: currentColor !important;
}

I hope you liked it 😉

All the best

Leave a comment