add to cart / continue shopping buttons

Topic summary

A user needed help changing the text color to white on cart page buttons (“Add to Cart” and “Continue Shopping”) but couldn’t locate the setting in their Shopify theme.

Initial Solution Attempted:

  • CSS code was provided to add to the theme-styles-setting.css file
  • The suggested code targeted .btn-secondary.continue-shopping and .actions classes
  • This initial approach did not resolve the issue

Resolution:

  • After the user provided their store URL and collaborator access code, a developer accessed the store directly
  • The developer successfully implemented a fix (specific changes not detailed in the thread)
  • The issue was resolved, with the button text now displaying in white as requested

Status: Resolved. The user confirmed the solution worked and expressed appreciation for the assistance.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hi all

i dont suppose anyone knows how to change the Text colour to white on the below buttons do they? Its driving me crazy lol , i cant find the setting anywhere ?

1 Like

Hello @cbdhealth
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

my apologies the url is https://cbdhealthuk.co.uk/

Hello @cbdhealth

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open theme-styles-setting.css and add your CSS code at the end
.actions .btn-secondary.continue-shopping.shadow {
    color: #fff!important;
}
.actions {
    color: #fff!important;
}

Hi I have done this but it has not worked unfortunately ?

1 Like

Hello @cbdhealth

Please send me the collaborator code. I will send you a store access request and give you a proper update.

Hi 5197

1 Like

Hellon @cbdhealth

Bro, I’ve sent you the request — please accept it. Also, message me on email or WhatsApp in case I need anything. WhatsApp No: +91 8516919310

Have accepted the request just now .

1 Like

@cbdhealth

Ok I will check and update you.

1 Like

Hello @cbdhealth
Please check.

2 Likes

Outstanding thank you so much that’s much better. I appreciate the help :folded_hands:

1 Like

Hello @cbdhealth
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts.

1 Like