How do I customise the added to cart drop down

How do I customise the added to cart drop down

CameronO
Excursionist
18 0 7

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
1810 514 599

- 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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

CameronO
Excursionist
18 0 7

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

 

BSS-TekLabs
Shopify Partner
1810 514 599
#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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell