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!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025