I’m wondering what code I would use in the base.css file to change the background color of the “Continue Shopping” button?
1 Like
@Socalred - can you share the page link where you have this button?
Glad to help. What’s the link to your website?
Hello @Socalred ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
.continue-shopping-button {
background-color: #FF0000; /* Replace #FF0000 with your desired color value */
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.cart__continue-shopping {
background-color: #ff0000; /* Replace with your desired background color */
}
Hi @Socalred
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.section-template–14962140217433__cart-items-padding {color: #f00 !important;}
Regards,
San