Hello, guys! How can i make my collection list full width AND also remove the text under the images ‘CLOTHING ->; FOOTWEAR ->; ACTIVEWEAR ->’?
Website: https://fddd3f.myshopify.com/
Password: asd321
Hello, guys! How can i make my collection list full width AND also remove the text under the images ‘CLOTHING ->; FOOTWEAR ->; ACTIVEWEAR ->’?
Website: https://fddd3f.myshopify.com/
Password: asd321
Hello @kitchencrafted
Hello
.collection-list-wrapper.page-width {
max-width: 100%;
}
I also needed this, and it worked perfectly after multiple other suggestions failed. Thank you!
Just simple make the font size to 0px
collection list → scroll down to custom css → add the code ![]()
.card__heading {
font-size: 0px;
}