Hi, I’ve edited the code to add a “free shipping” badge on products on my dawn theme but I’m struggling with getting it to style how I want it to.
I added this on my card.product.liquid page below the settings badge position which worked
{%- elsif card_product.tags contains ‘this product ships free’ -%}
{{ ‘FREE SHIPPING’ }}
{%- endif -%}
Then I added this code to my base.css
.card__badge–this product ships free{
position: absolute;
display: inline-block;
line-height: 1;
text-align:center;
font-size: 1.2rem;
left: .5rem;
top: .5rem;
background-color: #f9e0e6 ;
color:#f9e0e6;
padding: .6rem 1.3rem;
}
But the text is still just black as shown below. How do I change it to be the hex colour box with black writing