Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is an accepted solution.
Hi CRART
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
display: none !important;
}
Result:
Best,
Esther
Hey @CRART this is Qasim a Sr. Shopify developer.
In order to provide you solution code for hiding the Page title please share store URL as well as passcode.
Thanks
Thank you very much for sharing the store URL.
In order to hide page title please paste this code in the end of base.css file.
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
display: none !important;
}
This is an accepted solution.
Hi CRART
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
display: none !important;
}
Result:
Best,
Esther