Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I am hoping someone can lead me in the right direction, I am looking to remove the page "title" from showing up on my custom pages in the Venture theme.
On the simple theme there was an option to select the page without a title. Is there a way to get that to work here?
Thanks
Solved! Go to the solution
This is an accepted solution.
What I did -
- I went in to script editor
- I selected templates
- I selected the page.liquid (the template which is used for the custom pages)
- I removed line (2) which was '<h1 class="small--text-center">{{ page.title }}</h1>'
- I saved the template
Very simple in case anyone else needs easy step by step explanation.
I actually figured it out. I have very little experience with html, but I did it!
This is an accepted solution.
What I did -
- I went in to script editor
- I selected templates
- I selected the page.liquid (the template which is used for the custom pages)
- I removed line (2) which was '<h1 class="small--text-center">{{ page.title }}</h1>'
- I saved the template
Very simple in case anyone else needs easy step by step explanation.