Hi All,
Is it possible to hide/remove the collection title in prestige theme?
Draft theme URL; https://spm07qq9wvu1399h-25590600.shopifypreview.com
Thank you
Hi All,
Is it possible to hide/remove the collection title in prestige theme?
Draft theme URL; https://spm07qq9wvu1399h-25590600.shopifypreview.com
Thank you
try this code
.Slideshow__Content .ButtonGroup__Item::before {
background: transparent !important;
}
.Slideshow__Content .ButtonGroup__Item {
color: #fff !important;
}
[data-section-type="featured-collections"] h2 {
display: none;
}
Curious does this code update still work on 2023 updates in Prestige? Tried pasting in the code and it doesn’t seem to be working.