Hi, i’m looking to change the ‘sold out’ font to a different colour in the Impulse theme. I managed to find this in product-grid-item.liquid if this helps.
{%- if has_custom_label -%}>
{{ custom_label }}>
{%- else -%}> {%- if sold_out -%}> > {{ ‘products.product.sold_out’ | t }}>
{%- endif -%}> {%- if on_sale and sold_out == false -%}> > {{ ‘products.general.sale’ | t }}>
{%- endif -%}
Hey there, Thank you for this. I’d tried another suggestion on the forum, and it didn’t seem to work, so this is great. Would you happen to have something that can be added to the code to change the background color from white to black, if possible? I really appreciate any help you can provide.