Please try this
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
{% style %}
.image-with-text__text.rte.body + a.button.button--secondary {
opacity: 1 !important;
background: red !important;
}
{% endstyle %}
Change the color in the code with the color code you want
Here is the result:
Best,
Daisy
