How do I customise the added to cart drop down

How do I customise the added to cart drop down

CameronO
Excursionist
48 1 24

When I add an item in my store to cart there is an animation/drop-down which appears stating that I have added the item to cart. However, this hasn't been customised and does not fit with the theme of my store, the button borders are to thick etc. So I was wondering where I can customise this part of my store.

CameronO_0-1723716274061.png

 

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2401 695 835

- Here is the solution for you @CameronO 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

#cart-notification-button {
     background: black !important;
    border: 2px solid white !important;
}
.button--secondary:after {
    --border-opacity: white !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723726168546.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
CameronO
Excursionist
48 1 24

Thank you, and how would I make the Checkout button this colour#8C80DD and the checkout text white

 

BSS-TekLabs
Shopify Partner
2401 695 835
#cart-notification-form .button--primary{
     background: #8C80DD !important;
    color: white !important;
}
#cart-notification-form .button--primary::after {
    box-shadow: none !important;
}

Can you add more this code @CameronO 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

BSSTekLabs_0-1723740580403.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now