Solved

Why is there a duplicate variant on my Shopify product pages?

cpd
Visitor
3 0 0

I am getting a duplicate variant showing on product pages.
Color - Then dropdown - this is correct.

Variant.JPG
However, underneath it i am getting a text version of the variant. COLOR:BLACK/RED This is NOT wanted. How do I get it removed?

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Add the following code to your main style.scss.css file at the bottom:

.pg__option-sub.flex {
    display: none;
}


Let me know if that works!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 5 (5)

JHKCreate
Shopify Expert
3571 639 916

Hi There,

Can you share your store's URL so I can take a look?

Thanks

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
cpd
Visitor
3 0 0

the website is cpd.direct

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Add the following code to your main style.scss.css file at the bottom:

.pg__option-sub.flex {
    display: none;
}


Let me know if that works!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
cpd
Visitor
3 0 0

That worked! Thank you!

JHKCreate
Shopify Expert
3571 639 916

Don't forget to like & mark as solution 😉 Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com