Shopify themes, liquid, logos, and UX
I need help in changing the colors of the View Cart and Checkout Button on my Shopify online store. Could someone direct me on how to change the code to help with this issue.
Solved! Go to the solution
This is an accepted solution.
Hi @TheTrnchs,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
.cart-drawer__footer .button[href='/cart'],
.cart-drawer__footer button[type='submit'] {
background-color: black !important;
color: #ffff;
background-size: 0 100%, 100% 100%;
}
Hello, @TheTrnchs
Please share the store URL so that I can assist you.
This is an accepted solution.
Hi @TheTrnchs,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
.cart-drawer__footer .button[href='/cart'],
.cart-drawer__footer button[type='submit'] {
background-color: black !important;
color: #ffff;
background-size: 0 100%, 100% 100%;
}
Hello @TheTrnchs
Can you share store URL?
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025