Hi there,
I’m wanting to remove the title and sort of grey transparent layer over my image in one of my collections - can anyone help me with this?
I use the debut theme
Hi there,
I’m wanting to remove the title and sort of grey transparent layer over my image in one of my collections - can anyone help me with this?
I use the debut theme
Please provide store URL.
The collection is hidden as we havn’t launched it yet - try this link
hii, @daynak
Can you please mark which one you want to edit?
Thank You.
hello @daynak
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-collection .collection-hero__title-wrapper .collection-hero__title {
display: none;
}
.template-collection .collection-hero__title-wrapper::before {
background-color:unset;
}
thanks can you please try
.collection-hero__title, .collection-hero__title-wrapper::before {display: none;}
Thank you so much!
its my pleasure to help us