I am getting a duplicate variant showing on product pages.
Color - Then dropdown - this is correct.
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?
Hi There,
Can you share your store’s URL so I can take a look?
Thanks
the website is cpd.direct
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!
That worked! Thank you!
Don’t forget to like & mark as solution
Cheers!