Hi,
I’m trying to change the theme liquid so that the cartdot isn’t red but green,
I have changed it in the theme.css. liquid under:
–colorCartDot:{{ settings.color_cart_dot | default: “#67ce56” }};
the hex code here is the colour I want, but it doesn’t update on my site
I have also changed it here:
background-color:{{ settings.color_cart_dot | default: “#67ce56” }};
background-color:var(–colorCartDot);
It was previously: ff4f33 - it is still displaying this colour on my site.
Any areas I have missed?
Thanks