Shopify themes, liquid, logos, and UX
Hello,
I would like to use "visibility hidden" in order to hide the H2 of a shopify section.
Thanks.
Solved! Go to the solution
This is an accepted solution.
h2 {
visibility: hidden !important;
}
Please note, that the element will be hidden, but the location, padding, and margin will remain there! - you will see a blank gap on the page
If you would like to hide the element completely then use:
h2 {
display: none !important;
}
This is an accepted solution.
h2 {
visibility: hidden !important;
}
Please note, that the element will be hidden, but the location, padding, and margin will remain there! - you will see a blank gap on the page
If you would like to hide the element completely then use:
h2 {
display: none !important;
}
Hii, Jenner. How could I apply this to collection titles in a collection compliation page?
I tried, but didn't work:
collection.title {
visibility: hidden !important;
}
Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025