Shopify themes, liquid, logos, and UX
Hello as the title says I need help hiding the title on phone.
Its a title within a image banner. Could someone also explain why the solution below didnt work for me but others?
I have already tried:
@media (max-width: 767px){ header#shopify-section-header2 { display: none; }}
Solved! Go to the solution
This is an accepted solution.
The selector is wrong.
Check this one.
@media (max-width: 767px){
h2.banner__heading.inline-richtext.h1 {
display: none;
}
}
This will hide all the heading in your banner section.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
The selector is wrong.
Check this one.
@media (max-width: 767px){
h2.banner__heading.inline-richtext.h1 {
display: none;
}
}
This will hide all the heading in your banner section.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
YOU ARE SOMETHING ELSE. Great work man, appericate it big time.
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