The current Checkout button in my shopping cart for www.blackumbrella.com is very light grey and hard to see (Launch Theme).
I can’t find any settings to change it (even though the button color setting for Checkout is supposed to be blue). Any suggestions? Many Thanks! -Joel
Hi @jsmernoff
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.button.secondary.inverse.cart-button {
background: #2364FB;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
You are a genius! Big thanks for the help. Will really make a difference in my store’s success.