Hello,
I already removed my title pages on desktop with this code in base.css:
}
.page-title {
display:none !important;
}
Unfortunately this code only works on desktop. The title on mobile is not disapearing.
Can somebody help?
Issue: Page titles were successfully hidden on desktop via CSS but still appear on mobile.
Context: Shopify theme customization in base.css/theme.css. Store URL shared: https://excitarestudios.myshopify.com/. Screenshots were provided to show the desktop vs. mobile behavior.
What was tried:
Latest update/suggestion:
Status: No confirmation yet that the latest selector resolves the issue; discussion remains open with the most recent action being the more specific CSS rule.
Hello,
I already removed my title pages on desktop with this code in base.css:
}
.page-title {
display:none !important;
}
Unfortunately this code only works on desktop. The title on mobile is not disapearing.
Can somebody help?
Hello,
Please share “Store URL”
Thanks!
Hi,
Please share “Store Url”
Thanks!
Hey, @JoaquinExcitare
@media (max-width: 768px) {
.page-title {
display:none !important;
}
}
Thanks!
Thanks for your respond, unfortunately the code doens’t work.
Mu website url is https://excitarestudios.myshopify.c
my url is: https://excitarestudios.myshopify.com/
Hi
@media(max-width:780px){
.page-title {
display:none !important;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Unfortunately the code does not work, title is gone on desktop but not on mobile.
Unfortunately the code does not work
Hi
h1.main-page-title.page-title.h0 {
display: none !important;
}
Thanks!