Remove page titles on certain pages

Hi, how do I remove the page title from just certain pages? I am using the Dawn theme.

For example, I have created an ‘About’ page, and the title is ‘About’ which shows in large bold characters at the top of the page, but I’d like to remove that.

Thanks

Hi @Jj37 , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

1 Like

To remove the page title from specific pages in the Dawn theme, follow these steps:

  1. Go to your Shopify admin, then Online Store > Themes > Customize.
  2. Click on Theme settings and then Custom CSS.
  3. Add the following code:
/* Hide title on specific pages */
.template-page--about .page-title {
display: none;
}

Replace "about" with the specific page handle you want to target. This will hide the title only on that page.

For more Shopify customization tips, check out DTF Print UK.

This is Noah from PageFly - Shopify Page Builder App

Hi @Jj37 Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag

<style>
.page__title{
  display: none !important
}
</style>

Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly