Hi!
Is it possible to remove thumbnail inage on product page.
Regards,
Igor
Hi @igis
Katrine from Plak Theme support here,
You would like to remove the thumbnails for that specific product or for the entire products ?
entire products
Ok great ! In order to remove the product thumbnails, I invite you to follow these steps :
- From your Shopify dashboard, click Online store > Actions > Edit code
- Open the file prod-template1.liquid
- At the very top add the following code
<style> .product-single__thumbnails { display : none; } </style>
- Now look for this code
{%- assign product_description_width = 'medium-up--two-fifths' -%}
- Replace it with this one
{%- assign product_description_width = 'medium-up--one-half' -%}
- Just under this code
<div class="grid product-single">
- Remove the following
<div id="scroll-bar-thumb" class="scroll-bar-coll sticky-prod-img small--hide grid__item medium-up--one-tenth thumbnails-wrapper{% if enable_thumbnail_slides == true %} thumbnails-slider--active{% endif %}"> <ul class="grid grid--uniform product-single__thumbnails product-single__thumbnails-{{ section.id }}"> {% for media in product.media %} {% include 'media' %} {% endfor %} </ul> </div>
- When you will remove the code, it will look like this
- Click Save
Let me know if you got it 🙂
Katrine
Welcome to the Shopify Forum Community provided by Plak ThemeLLC, a place where you can discuss about eCommerce and Shopify, solve technical issues, get help with Shopify Design, Apps integration, Marketing, Facebooks ad, Google ads and more.
Before posting, we invite you to read and follow the forum rules | We also support any questions related to Free Shopify themes :Dawn, Express, Minimal, Brooklyn, Narrative, Supply, Debut, Venture, Boundless and Simple