Shopify themes, liquid, logos, and UX
I'm trying to remove the header title in my collection via css code. The code seams to work, but when I try to save I get an error, and can't save the session. How do I do this?
Can you paste here the code you're trying to add?
For sure!
.collection-hero__inner h1,
.collection-title {
display: none !important;
}
h1.collection-title,
.collection-hero h1 {
visibility: hidden;
opacity: 0;
height: 0;
}
try only this:
.collection-hero__inner h1 {
display: none !important;
}
.collection-title {
display: none !important;
}
The code doesn't remove the title, but it allows me to save the edit. Isn't it necessary to point out the visibility?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025