Solved

Venture Theme - How Do I Remove The Page Title - Custom Page

AndrewBrian
Excursionist
21 3 8

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

Accepted Solution (1)
AndrewBrian
Excursionist
21 3 8

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.

 

View solution in original post

Replies 2 (2)

AndrewBrian
Excursionist
21 3 8

I actually figured it out. I have very little experience with html, but I did it!

AndrewBrian
Excursionist
21 3 8

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.