Text linked from Shopify check out to buy button code

Title says it well, I have researched forums of people having past issues without much success. My buy it now button is either completely black or my checkout button is completely white. Looking for a way to plug something in to patch this. After pasting a few different code options nothing has worked.

Any help will be great!

Linked is the site

https://www.openproject.store/products/op01-black-shirt

Hi @bearclovers

Too hard to find the code causing this problem, you add 3 or more code to call them.

There is a code that call other buttons but if like to specific only, you need to call differently.

TRy this code for add to cart.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
product-form.product-form .button span {
    color: white !important;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Thank you!!!

That was a lifesaver I had been stressing without a solution!