How can I alter the color of product variant buttons?

Hello, I am wanting to change the color of the product variant buttons to white rather than blend into the background color. Is there a way to do this? I am using the Impulse theme. For instance, instead of the XS, S, M buttons being the same color as my background, is there a way to make them white?

Thank you!

Hi [email removed]NCCShop

This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.

You can go to Online store => themes => Edit code and paste this code before element of the theme.liquid file.

.variant-wrapper.js .variant-input{ background-color:white !important }

I hope my above information can help you

Kind regards

PageFly

Thank you for your response. I tried it out but unfortunately all it did was keep the buttons that pink color and then a white background all along the bottom of them appeared.