Articles on: Customization

Adjust the color of your Quantity Warning button

Customizing the Quantity Warning Button in MinCart



If you want to make your MinCart "Quantity Warning" button more noticeable, you can adjust its color to highlight actions required to complete a purchase. Follow the steps below to customize the button using custom CSS.


**Steps to Customize the Quantity Warning Button:**



Navigate to the Popup Customization Tab
- Log in to your Shopify admin panel.
- Open the MinCart app.
- Go to the Popup Customization tab.

Enter Custom CSS
- Scroll down to the Custom CSS field.
- Copy and paste the following code into the field:


.mincart-checkout-duplicate:not([disabled]) {  
       background-color: red;  
     }



- This code changes the button's background color to red, making it more visually striking.

Save Changes
- Click the Save button to apply your customization.


**Important Notes**



- Compatibility:
This customization may not work with all Shopify themes. You might need to adjust the CSS for it to display correctly.

- Testing:
After adding the code, preview your store to ensure the button appears as expected and does not disrupt other design elements.

- Further Assistance:
If the button does not display as intended, although we would love to help, the wide variety of themes on the market makes it difficult for us to provide further assistance. You may need to seek additional support or guidance from a developer.

This is an excellent starting point for enhancing the visibility of the "Quantity Warning" button and ensuring customers can easily address purchase requirements.


![](https://storage.crisp.chat/users/helpdesk/website/4dd3899948d8e000/quantity-warning-2_mnxo4l.png)

Updated on: 22/11/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!