Jump to content

[SOLVED] How to remove thumbnails from product page?


Svanhoof

Recommended Posts

Hello all,

 

I'm creating in my webshop a category with stickers. You can choose the size and the color. There are 24 colors and 3 sizes. When you choose a color, the product image also change in the same color. BUT there is always a thumbnail under the main image that shows exactly the same image (but than in a smaller version). (see attachement).

Is there a way to remove the thumbnail because it's a little bit confusing for the customers and it's not necessary to show the picture twice.

 

Thanx for your help!

 

Here is the link: http://www.kanvaz.be...?id_product=425

post-314575-0-40600900-1340978661_thumb.jpg

Edited by Svanhoof (see edit history)
Link to comment
Share on other sites

Goto ......global.css file line(1310)........ or search for

 

 

#thumbs_list {

 

 

float: left;

overflow: hidden;

width: 235px;

}

 

and change it to

 

 

 

#thumbs_list {

 

 

display: none;

float: left;

overflow: hidden;

width: 235px;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...