How to hide the title of the page I created?
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;
}

