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
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024