Solved

Change text size & color of "SOLD OUT" text in Simple Theme?

cassetteplace
Excursionist
27 2 10

Shopify Simple Theme:

Trying to edit the SOLD OUT text that is put on an item that is sold out. I want the text a little bigger and in RED instead of black.  Any Help??

{{ 'products.product.sold_out' | t | json }},

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@cassetteplace 

add the following code at the bottom of your assets/theme.scss.liquid

.sold-out-text{font-weight: 700 !important; color: red !important; font-size: 16px !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

Zworthkey
Shopify Partner
5581 642 1565

hii, @cassetteplace 
kindly share your store URL so,
I can solve it perfectly.
Thank You.

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@cassetteplace 

add the following code at the bottom of your assets/theme.scss.liquid

.sold-out-text{font-weight: 700 !important; color: red !important; font-size: 16px !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app