Anyone know to change the variant block selector?

Hi Guys,

I am trying to change this “blueberry” and 20mg" boxes below :

page link here : click here

i am trying to change them to this :

as you can see they are longer boxes and smaller and curved and below each other.

Here is this product page : click here

anyone have any ideas? appreciate the help guys.

Hello @mistervape

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.css

product-variants.product-form__variants {
   display: inline-block;
}

#shopify-section-template--15561992765687__main button.select {
   border-width: 0.1rem;
   border-radius: 0.5rem;
   background-color: #fff;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

1 Like

@Perfect , you are a star!

1 Like