Hello,
In jewel or homify template, there is the cart icon on the top right.
I suppose it refers to this <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.112 9.207V6.042A3.886 3.886 0 0 1 12 2.157a3.887 3.887 0 0 1 3.889 3.885v3.165m3.029 13.636H5.082c-.747 0-1.352-.64-1.352-1.431L4.85 8.776c0-.79.606-1.431 1.353-1.431h11.594c.747 0 1.352.64 1.352 1.431l1.12 12.636c0 .79-.604 1.431-1.351 1.431Z"/></svg>
So, fill and stroke define the color I guess.
At this point, stroke is defined by "currentcolor". Where do I find that currentcolor parameter?
I could change directly the color in the cart.svg file but it is not a solution for me as I want it to have different colors on different pages.
What solution do you propose?