How can I alter my store's button shape from oval to rectangle?

Hi, I have a store and I want to change the swatch button type to a rectangle instead of an oval. Please how can I do this?

Thanks.

@delightpro

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

My site is delightpros.com

@delightpro

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/custom.scss.liquid->paste below code at the bottom of the file.
.swatch .swatch-element label {
border-radius: 0;
}

Thank you it worked.

@delightpro

Thanks for your feedback and support.