How to hide the title of the page I created?

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

https://crartcase.com/pages/faqs

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

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;
}