How can I delete a page title from my website?

I want to remove the big text that says “products.” from my website on this page:

https://razz.blue/pages/clothes

how do i?

Hello @smef ,

Use “hidden” on that class.

products.

Thanks,
Dropshipmate.

Hello @smef ,

Hope you are doing well.

Please add the below CSS in the base.css theme file at the bottom:

h1.main-page-title.page-title.h0 {
    display: none;
}

Hope this will solve your issue.