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
I actually figured it out. I have very little experience with html, but I did it!
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 ‘
{{ page.title }}
’
-
I saved the template
Very simple in case anyone else needs easy step by step explanation.