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!
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