Remove product details on home page (featured product)

Hi,

I need help with removing all the details that are under my products. I just want to see the products on the homepage and no size or color info. It doesnt look so good.

How can I do ?

Thanks :slightly_smiling_face:

https://ayasdress.com/

1 Like

Hi @Ayas ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.globo-swatch-list {
    display: none;
}

Result:

I hope it help.

1 Like

hi Ribe_Dagandara,

thank you so much for your help it worked !!!

I noticed that now the choices of colors even disappeared when I click on the product.

I dont want the details in the homepage but I want them when I click on the product. How do I fix this ?

thanks again!

I am using Dawn Theme and I want to remove the details in featured collection not when I click in the product :slightly_smiling_face:

1 Like

For that design we need a liqid code. To place it to your admin store.