Svanhoof Posted June 29, 2012 Share Posted June 29, 2012 (edited) 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 Edited June 29, 2012 by Svanhoof (see edit history) Link to comment Share on other sites More sharing options...
faDdy Posted June 29, 2012 Share Posted June 29, 2012 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 More sharing options...
Svanhoof Posted June 29, 2012 Author Share Posted June 29, 2012 WOW! Thanx for the quick answer and... it works! Greetz Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now