How do I remove page titles on a specific page template in Pipeline theme?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find layout/theme.liquid and paste this at the bottom of the file:
{% if page.handle == "fw-20-lookbook" %}

{% endif %}