Shopify themes, liquid, logos, and UX
Hi, I would like to remove the total cart amount from the 'procede to payment' CTA as well as make it stand out byt making it a different color from the other upsells small 'add to cart' buttons. The app Upcart has a custom css box, does anyone knows how to achieve this result with css? Thank you for your help!
Store URL: https://inkly.fr/products/imprimante-inkly
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you @INKLY
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.upcart-checkout-button-container .money {
display: none !important;
}
.upcart-checkout-button-container .upcart-checkout-button {
ent.style {
background: #2403ff !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
This is an accepted solution.
- Here is the solution for you @INKLY
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.upcart-checkout-button-container .money {
display: none !important;
}
.upcart-checkout-button-container .upcart-checkout-button {
ent.style {
background: #2403ff !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
Thanks @BSS-TekLabs ! One more thing, is it possible to replace the circle in the cta with an arrow pointing right instead? That would be awesome !!
To do that, I need to access your store to edit.
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
I understand, is this something you are willing to do ?
If you need to do that, you can inbox me.
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
This is Richard from PageFly - Shopify Page Builder App
If you want remove price. Please add code here:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.upcart-checkout-button .money{
display: none !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
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