Change sale badge position

Solved

Change sale badge position

NOT1
Shopify Partner
272 2 117
  1. .card__badge .badge{
    border-radius: 0;
    font-size: 12px;
    background-color: white;
    font-weight: medium;
    color: red;
    border: none;
    }
     
     

    how can i add at the top left
Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @NOT1,  Replace old code to new code: 

 

.card__badge .badge {
position: absolute;
top: 10px;
left: 10px;
border-radius: 0;
font-size: 12px;
background-color: white;
font-weight: medium;
color: red;
border: none;
}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 848 1064

This is an accepted solution.

Hi @NOT1,  Replace old code to new code: 

 

.card__badge .badge {
position: absolute;
top: 10px;
left: 10px;
border-radius: 0;
font-size: 12px;
background-color: white;
font-weight: medium;
color: red;
border: none;
}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now