How do I fix double size selectors on my product page?

Hi Community,

I have a huge problem and don’t know ho to solve it.
Somehow since 3-4 days on my product page there are two dropdown menus to select the size one with price and one without, I only want the one without a prize, how can i do it?

URL: https://saintsass.com/collections/all-products/products/tights-with-statement-on-hips

Thanks for your help!

Larissa

Hii, @saintsass
Paste this code on top of the theme.scss file.

select#product-select-6688023773363 {
    display: none !important;
}

Thank You.

Hello @saintsass ,

.Select--primary{

display:none;

}

Add this code to bottom of your theme.css file. It will work for all the products