How to delete " View All Product " on pages

Topic summary

A user wants to remove a “View All Product” element from their Shopify store pages (screenshot provided).

Solutions offered:

Two page builder app support teams (PageFly and GemPages) provided similar CSS-based solutions:

  • Step 1: Navigate to Online Store > Themes > Edit code
  • Step 2: Open the theme.liquid file
  • Step 3: Insert custom CSS code either:
    • Above the </head> tag (PageFly’s recommendation)
    • Before the </body> tag (GemPages’ recommendation)

Both responses include code snippets (displayed in markup format) to hide the unwanted element. The issue appears solvable through custom CSS injection into the theme file.

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

Hello,

I want delete this part on my shopify pages.

My pages url is : https://halal-pasar.jp/id/pages/ingin-makan-masakan-indonesia-yang-otentik-dan-praktis

Hi @Setia

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

Hello @Setia ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like