Dawn Theme: Changes to product site dropdown variant selectors

Piirretty
Excursionist
47 0 10

Hello.

 

I have this problem of not being able to make my variant selector dropdown pills look good. I need help making the same widht, as the "add to cart" and "buy it now" buttons. Also I want to make them more round, just like the buttons I talked about.

 

This is the way i want them to be.

Help.JPG

 

A quick help would be appreciated!

 

https://b5c644-3.myshopify.com/

Password: 1111

 

Thanks in advance! 🙂

Replies 4 (4)
Piirretty
Excursionist
47 0 10

Hello.

 

I tried both, but couldnt change anything for some reason.

PageFly-Henry
Navigator
496 126 101

Hi @Piirretty 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product-form__input .select {

    max-width: 100% !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Piirretty
Excursionist
47 0 10

Hello.

 

Thank you very much, it helped with the widht.

Now is there a code to make the corners round?

 

Thanks in advance!

PageFly-Henry
Navigator
496 126 101

You can try again with this code:

.select:after{
border-radius: 50px !important;
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.