I am currently developing a website at using the WP Shopify Plugin. I am facing an issue while attempting to customize the default button colors. After inspecting the elements using developer tools, I identified the specific div class responsible for the button background which is assigned as "wps-btn wps-btn-secondary wps-add-to-cart css-7k7g1c-buttonCSS-addToCartCSS-AddButton"
Despite applying the following CSS code for this class: "`.wps-btn.wps-btn-secondary.wps-add-to-cart.css-7k7g1c-buttonCSS-addToCartCSS-AddButton { background-color: #D71614 !important; }`"
The changes are not reflecting on the website. Can anyone provide insights on why this might be happening? Unfortunately, I cannot share screenshots as I am new here.