Hi, how can I hide the thumbnails within the product pages on the Refresh Theme? (See attached photo for more)
Thank you!
A user seeks to hide product page thumbnails in the Refresh theme and provides a screenshot for reference.
Responses:
base.css file.thumbnail-slider {
display: none !important;
}
The thread remains open as the original poster has not confirmed whether the solution worked or shared their store URL for further assistance.
Hi, how can I hide the thumbnails within the product pages on the Refresh Theme? (See attached photo for more)
Thank you!
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