How can I remove round color variants from a collections page?

hello!

I would like to know how can I remove a round color variants in a collection page. Maybe someone will be able to help.

Hi @paulinaz00 ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Hi @paulinaz00 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

ul#product-grid > li > .vario-all-variant-wrapper {
    display: none !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Unfortunately it doesn’t work :disappointed_face:

Are you trying to remove a variant option or trying to remove the border or what exactly are you trying to do here?

I’m trying to remove a variant option. The problem started when I installed the GLO Color Swatch Variant Image application, under the variants that I set myself, there were the empty ones that are now visible on the page. I thought it was a problem of the application, so I tried to combine and change different options but it didn’t work so I uninstalled the application and those blank variants remained

hi @paulinaz00

Try using the below CSS in base.css

#product-grid .vario-variant-wrapper {
    display: none;
}

Hope it helps…

No change :disappointed_face:

Can you share the URL please

Sorry for the late reply, Did you fix that problem?

You can try again with the following method:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :