Hi,
I need help deleting a multiple drop down menu on the products page of my Website. I am using the Boundless theme.
The drop down menu should display sizes S M L however there are two of the same drop down menu.
I need help deleting the duplicate.
This is an example of the issue on my website.
https://dhautecollection.com/products/orange-dress
Please help ASAP!!
.selector-wrapper:nth-child(2n) {
display: none;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
1 Like
hello @DeniseV1020
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-product .selector-wrapper:nth-child(2n) {
display: none;
}
1 Like
Hi,
i am having the same issue right now, two size collector and i dont know why, can someone help me? The code somehow doesnt work for me.
https://saintsass.com/products/god-is-a-women
Thank you
Larissa