Hello,
Does anyone know if it’s possible to remove the dark overlay on the image banners as well as the sub text on the left corner of the banner.
Hi @Brocchi
Could you drop your store link to check?
Please add this code at the bottom of your base.css file
.collection-hero--contrast .collection-hero__image-container:after {
background-image: unset !important;
}
Please update the code
#MainContent .collection-hero--contrast .collection-hero__image-container:before,
.collection-hero--contrast .collection-hero__image-container:after {
background-image: unset !important;
}
.collection-hero--with-image .collection-hero__title { display: none !important; }