> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Change the word 'Sold Out'

You can change the 'Sold Out' on product when it is out of stock to "Coming Soon" or other words. When you have a "Coming Soon" label on products, it actually helps in capturing leads before your product launch/restock.

###### In this article :
1.  Change the word 'Sold Out' and color   
2.  Remove 'Sold out' button background colour
    
⚠️ **Kindly take note**: 
*   We do not allow to change or edit the code for the **checkout page** (which include shipping & payment method) due to security reasons
---
## 1. Change the word 'Sold Out'

To change the word, there are **3 files** need to be edited:
*   product-grid-item.liquid  
*   product.liquid    
*   search-result.liquid    
*   price.liquid

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > **Layout**

**Step 2** : Go to theme.liquid > look for **SoldOut**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/c-65_1h2uhi5.png)

Let's say change sold out to coming soon

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/c-66_tzlto9.png)

**Step 3** : Save and you're all done!

**Step 4** : Change the button color, go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > **Assets** > look for **Base.css** 

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_1lfr9tx.png)

**Step 5**: Search for `.customer button {` and then find 'background-color: rgba(var(--color-button), var(--alpha-button-background));' and change it to the color you want, example: 'rgba(128,0,0,1)' for Maroon color

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_19dx07b.png)

**Step 6**: Search for '.button:disabled' and remove 'opacity: 0.5;' if want the button to look bright in color.

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_zyl5k7.png)

### Result :

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/c-67_bvok41.png)
---
## 2. Remove 'Sold out' button background colour

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > **Assets**

**Step 2 :** Go to base.css > Look for **background-color** and insert the color code based on your preference

| **💡 Tips :** You may get the color code of your preferred color **[here](https://www.rapidtables.com/web/color/html-color-codes.html)**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/c-68_1jab1a3.png)

**Step 3 :** Save

### Result :

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/c-69_183igqj.png)