Trying to get my cart icon to be white when the header is transparent and red when it’s not transparent?
was hoping an if statement in my base.css file would work but I can’t seem to get it right/it doesn’t work
{% if .site-header-transparent #icon-cart-empty > summary > span %}
fill= white;
{% endif %}
store preview link is https://phr1he2kl6dnxa9e-50708545699.shopifypreview.com
Any help would be hugely appreciated!