Personalized checkout and custom promotions with Shopify Scripts
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.
- Here is the solution for you @CameronO
- Please follow these steps:
- 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:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
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
Thank you, and how would I make the Checkout button this colour#8C80DD and the checkout text white
#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.
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
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024