How can I make the 'Sold Out' button more visible in the Brooklyn Theme?


How do I change the colour of that “SOLD OUT” button so that it can be more visible?

Hello @Danell !

You should be able to modify the colors for buttons within your theme’s general settings (Online store > Themes > Customize theme > General Settings > Colors)

If this option does not exist on your Brooklyn Theme you will to change it within the CSS file of your theme.
This can be done by hiring a professional coding developer on a platform like Fiverr.com (very competitive rates).

Hope this helps!

Thanks,
Digital Artisans

@Danell

Please share your shop URL !

Thanks!

On the sale tag but not on the “out of stock tag”

Any Advice?

@Danell

Please share web shop URL ! I help you.

Thanks!

https://brown-design-group-concept-store.myshopify.com/password

password: 1234

1 Like

@Danell

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

.grid-product__sold-out {
    background-color: #FFF !important; /* to change the background color */
   color: #000 !important; /* to change the text color */
   border-color: #000 !important; /* to change the border color */
}

Thanks!

2 Likes

THANK YOU SO MUCH!!!

It worked 100%

2 Likes

Thank you so much, it worked perfectly! I needed to make more visible the “sold-out” stamp on the product pics, as the standard colour of the Brooklyn theme was basically invisible/useless with my background colour.