I’m trying to hide the title of a certain page. The page ID is - shopify-section-template–15002694221926__main
How can I hide the title for this page only with no flashing hidden title on page load? Thanks
I’m trying to hide the title of a certain page. The page ID is - shopify-section-template–15002694221926__main
How can I hide the title for this page only with no flashing hidden title on page load? Thanks
use this in that page custom css
#shopify-section-template–15002694221926__main .title-class-name {
display: none;
}
Hello @xnyjyh
can you share store URL?
Did not work unfortunately
share your store url if possible
Hello @xnyjyh
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
Please try to add this code to theme.liquid file after
Thank you sir!
Thank you. Both you and the other guy code works!
yes I do coding work!
Welcome ![]()