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