Like the photo, web:www.bmcarcover.com
Hey Jim,
This issue happens when the Schema markup is not setup correctly. Now you need to add the background to the Quick Buy button manually with custom coding.
how to custom coding๏ผ
Hello there @Jim_65 It seems to me that the issue is you are currently having a style within your custom.css file that overwrites the button color.
Try this code here to change the submit color, you can use the below CSS:
.product-form__submit {
background-color: #00306c !important;
}
Could you please share the exact url of the page where the Quick button exists? I checked your site and didnโt find it.
Hello @Jim_65 ,
Try this code
Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:
.quick-add__submit {
background: black !important;
color: white !important;
}
Result:

