Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi, I'm trying to remove the page titles for all of our pages. We use custom templates for each grade level. I'm using Turbo theme. I did a lot of searching around here and for some reason, I don't see the files mentioned such as theme.scss.liquid on my end.
We've removed the page titles before but the theme was updated. I can't figure out how to do it again.
Any help would be greatly appreciated. Thanks.
Solved! Go to the solution
This is an accepted solution.
Hi @PjZ08,
Please follow the instructions below to remove the title.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the styles.css
3. Paste the code below at the very bottom of the file.
section.section .container.content.page {
display: none;
}
This is an accepted solution.
Hi @PjZ08,
Please follow the instructions below to remove the title.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the styles.css
3. Paste the code below at the very bottom of the file.
section.section .container.content.page {
display: none;
}
Wow, it finally worked! Thank you very much, @made4Uo ! I appreciate your help & quick reply. It even looks better than before. There used to be a white space on top. Now, it's smooth.
Your welcome (",)
Hey how about if I want to remove only one specific page title?
Hi @mirosy
To make a simple solution without coding, you need to create another product template, remove the title on that template. Then assign the template to the said product. Depending on your theme, it should allow you to hide and show your product title.
You can follow the tutorial below on how to add a template
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