Hi all,
I am using the Pipeline theme and I want to remove the page title from the Lookbook page template (example is this page: https://devangregori.com/pages/fw-20-lookbook)
I found this line of code on page.lookbook.liquid:
{{ page.title }}</h1
and added this directly below it:
{% unless page.handle == “page-title” %}
{{ page.title }}
{% endunless %}
There are three templates I’d like to remove page titles for any page attributed with that template which is why I’d like to remove it from the template code itself. Open to other suggestions however!
My site is: https://devangregori.com and the shopify URL is https://devan-gregori-studio.myshopify.com/
Thanks in advance,
Devan