Need sizes removed from featured collection

Please help!! I was making some adjustments in the theme code and did something on accident that i now cannot figure out how to fix. any and all suggestions are welcome!!!

In the attached image, I need the sizes to be removed from showing under the product card.

www.bygeorgeaustin.com

1 Like

Hey @BGKelsey

I’m unable to locate this Featured Collection on your website, can you enable it if you have it disabled? If not, then can you share the URL on which the featured collection is being shown?

Best Regards,

Moeed

My apologies, it is enabled now. It is on the homepage under the slideshow.

1 Like

Hey @BGKelsey

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @BGKelsey

check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.featured-collections-carousel .product-card__info .color-swatch {
    display: none;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

thank you so much! That worked great. I am now noticing the arrow to scroll through the options is below to the left. image attached. Any idea on how to fix this?