Home Forums WoodMart support forum SVG icons Reply To: SVG icons

#499309

Hung Pham
Keymaster

Hi Pernilla,

The problem caused by overriding classes of other SVG images.

Elements have same classes and put in the last then the priority of CSS declarations override earlier ones. I created demo page, then you can see the differences.

https://prnt.sc/HDxXrhSBhZJ6 https://prnt.sc/mABGzVAyCI_a

You should edit SVG and put colors directly into it or use different classes instead of using same classes for all SVG images.

Regards,