Remove page titles on certain pages

Remove page titles on certain pages

Jj37
Excursionist
48 0 6

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

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 833 906

Hi @Jj37Can 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.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

ammaarlllii
Visitor
1 0 0

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:

```css
/* 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](https://www.dtfprintuk.com).

PageFly-Noah
Shopify Partner
1317 233 275

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 </body>

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

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.