Shopify themes, liquid, logos, and UX
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.
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
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).
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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025