Dawn Theme: how to remove Color, Size details and Add to Cart in 'Featured Products' in homepage

Hi,

How to remove Color, Size details and Add to Cart section appearing in the ‘Featured Products’ section on homepage in the DAWN theme.

Screenshot attached.

Hello @allnoyastore
Please provide store URL so I can help you

Hi Dipen,

Thanks for connecting

URL: www.allnoya.com

Pwd: meldeu

Rgds,

1 Like

Hello @allnoyastore

Greetings!!

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code->asstes->base.css
#MainContent .grid__item .card-wrapper .swatches-globo--list {
  display: none;
}

Output :

Hi Dipen, it’s resolved. Thanks a ton !!!