Solved

Boundless Theme double menu showing

DeniseV1020
Visitor
1 0 0

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!!

Accepted Solution (1)

oscprofessional
Shopify Partner
15830 2369 3071

This is an accepted solution.

.selector-wrapper:nth-child(2n) {
    display: none;
}

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
15830 2369 3071

This is an accepted solution.

.selector-wrapper:nth-child(2n) {
    display: none;
}

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}

 

saintsass
New Member
5 0 0

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