I was looking to use this code found in another post:
.product-single__box .c-btn–primary {
background: #3f5147;
color: #ffffff;
}
.product-single__box .c-btn–primary:hover,
.product-single__box .c-btn–primary:focus {
background: #2c332f;
color: #ffffff;
}
I am using the Shopify Craft 8.0 theme. I tried it in base.css and it didn’t work. Other posts talk about a theme.css and I do not have that.
HELP!
Hello,
Please add your store url to take a look.
Thank you
Hi @thebearhustle ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
.product-form__buttons > button {
background: #3f5147;
color: #ffffff;
}
.product-form__buttons > button:hover {
background: #2c332f;
color: #ffffff;
}

Hope my answer will help you.
Best regards,
Victor | PageFly
Great! It worked! Not sure why it didn’t when I was trying this! Thanks!