How to change color of star icons?

Hi
Is it possible to change the fill color of the star icon (and maybe other icons) in a custom theme?

The fill color is set in the svg file: /development/platform/src/Storefront/Resources/app/storefront/dist/assets/icon/default/star.svg

I tried with copying this file to my custom theme (and change the fill color):
/development/custom/plugins/[MyCustomTheme]/src/Resources/app/storefront/dist/assets/icon/default/star.svg

But it does not looks like it’s picked up (the „default“ color is still used). Is this even possible?

I have read some other thread about the icons, but they are mostly about changing the whole icon set.

/ Magnus

It is a CSS overlay. Just open the source code with your browser, deactivate all applied classes and you will find the responsible class.

That is excellente, @Max_Shop :smiley:
I was looking at the code with the browser inspector - but forgot to check the CSS rules. :man_facepalming:

/ Magnus