How can I effectively remove page titles from each page?

Hi i’ve been trying to remove page titles on each pages but it’s not letting me. my site is https://traffic-1593.myshopify.com/pages/contact and i’m using Taste theme.

Thanks

Hello @TRAFFICAK

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

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

Let us know how it works for you.
Best regards,
GemPages Support Team

1 Like

Hi @TRAFFICAK

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hi, i’ve just tried the method but seems like its still not working

@TRAFFICAK Could you please share your store password then I can see and suggest something for you?

Best regards,
GemPages Support Team