Removing Thumbnails From Refresh Theme Product Pages

Topic summary

A user seeks to hide product page thumbnails in the Refresh theme and provides a screenshot for reference.

Responses:

  • Multiple community members request the store URL to provide specific guidance
  • PageFly support offers a CSS solution:
    1. Navigate to Online Store → Theme → Edit code
    2. Locate the base.css file
    3. Add the following code at the bottom:
      .thumbnail-slider {
        display: none !important;
      }
      
    4. Save changes

The thread remains open as the original poster has not confirmed whether the solution worked or shared their store URL for further assistance.

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

Hi, how can I hide the thumbnails within the product pages on the Refresh Theme? (See attached photo for more)

Thank you!

1 Like

share you store url please

Hi @gabdough

Would you mind to share your store URL? Thanks!

Hi @gabdough

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.thumbnail-slider {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly