How can I remove the heading text 'win' from my webpage?

Topic summary

A user wants to remove the heading text ‘win’ from a specific webpage on their site (winandgetrich.com/pages/win).

Two solutions provided:

PageFly-Victor’s approach:

  • Navigate to Online Store → Theme → Edit code
  • Open theme.liquid file
  • Insert custom code before the </body> tag that conditionally hides content when the page URL matches ‘pages/win’

GemPages Support Team’s approach:

  • Go to Online Store → Theme → Edit code
  • Open theme.liquid file
  • Paste code before </head> tag that targets pages with handle ‘win’
  • Includes a screenshot reference for guidance

Both solutions use Liquid templating conditional logic to hide the heading on that specific page. The discussion remains open with no confirmation from the original poster about which solution worked.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

hi, on this page i want to remove the heading text ‘win’ so it is just the text on the page.
https://winandgetrich.com/pages/win
no code needed
can someone help?

Hi @winandgetrich ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :

{% if page.url == "/pages/win" %}

{% endif %}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @winandgetrich ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before

{% if page.handle == 'win' %}

{% endif %}

Let us know how it works for you.

Best regards,
GemPages Support Team