How to change colour and size of sold out tag

Solved

How to change colour and size of sold out tag

AntiqueStore
Tourist
9 0 2

Hello,

 

I'm using Testament theme.  I was wondering if there is a way to change the colour of the circle that says "Sold Out" on products to red and maybe make it a bit bigger?  If I can only change the colour I guess that would be better than nothing.  I just don't think it shows up very well.  Thank you to anyone who can take the time to help.

 

My store is  https://www.yvonnesandersantiques.com

SOLD OUT.PNG

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2305 834 913

This is an accepted solution.

Hi @AntiqueStore, You can try again with these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Find file theme.liquid
Step 3: Insert this code above </head> tag: 

 

<style>
   .so.icn.circle_icon {
    background-color: red !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 15px !important;
    line-height: 1;
   }
</style>

 

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

Replies 6 (6)

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @AntiqueStore

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1719364612688.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1719364617710.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

.so.icn.circle_icon {
    background-color: red !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 15px !important;
    line-height: 1;
}

 

Here is result: 

BSSCommerceHDL_2-1719364715381.png

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

AntiqueStore
Tourist
9 0 2

Hi,  thank you for trying to help me.  I like the way your result picture looks.  However, I can't find any of those things to search for in your second point.  I can find theme.liquid  ,  would that be the right place?  

BSSCommerce-HDL
Shopify Partner
2305 834 913

This is an accepted solution.

Hi @AntiqueStore, You can try again with these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Find file theme.liquid
Step 3: Insert this code above </head> tag: 

 

<style>
   .so.icn.circle_icon {
    background-color: red !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 15px !important;
    line-height: 1;
   }
</style>

 

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

AntiqueStore
Tourist
9 0 2

Thank you so much.  Your solution worked for me!  I appreciate your time helping with this. 

BSSCommerce-HDL
Shopify Partner
2305 834 913

 @AntiqueStore, No problem, Have a good day 😍

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

PageFly-Richard
Shopify Partner
4852 1090 1762

Hi @AntiqueStore 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.so.icn.circle_icon {
    background-color: red !important;
    width: 60px !important;
    height: 60px !important;
}
</style>

PageFlyRichard_0-1719384610723.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.