Hi
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file
h1.main-page-title.page-title.h0 {
display: none !important;
}
Thanks!
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.
Hi
h1.main-page-title.page-title.h0 {
display: none !important;
}
Thanks!