Hi All
I am looking for help on where I can format the css of the thumbnails of the collections as attached. Title text size & alignment, remove the arrow and background colour please.
Thanks
Ben
Hi All
I am looking for help on where I can format the css of the thumbnails of the collections as attached. Title text size & alignment, remove the arrow and background colour please.
Thanks
Ben
Please Go to Online Store->Theme->Edit code then go to assets/component-card.css ->paste below code at the bottom of the file.
.collection-list__item .card-colored.color-background-1 { background-color: transparent !important;}
.collection-list__item .card__text-spacing>* {margin: 0;text-align: center !important;}
.collection-list__item .card .icon-wrap {display: none !important;}
Thanks!