tukkie Posted December 2, 2013 Share Posted December 2, 2013 For the attribute color I want to have the image size bigger.(instead of 25/25 of 50/50) I defined in the products css: .attribute_list #color_to_pick_list a.color_pick { display: block; height: 100px; //this width: 100px; //and this } But then the image is only taller, the width seemed to be overwritten. (also when I changed this on two locations in the product.tpl file) What do I forget? Link to comment Share on other sites More sharing options...
Er.Ritesh Posted December 2, 2013 Share Posted December 2, 2013 #attributes .attribute_list #color_to_pick_list a.color_pick { display:block; height:20px; width:20px;} Link to comment Share on other sites More sharing options...
tukkie Posted December 2, 2013 Author Share Posted December 2, 2013 #attributes .attribute_list #color_to_pick_list a.color_pick { display:block; height:20px; width:20px; } Thanks, but I changed the original into : .attribute_list #color_to_pick_list a.color_pick { display: block; height: 130px; width: 130px; } .attribute_list #color_to_pick_list a.color_pick img { display: block; height: 130px; width: 130px; } And then it worked! Greetz 2 Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 Thank you for confirmation that Er.Ritesh solution works for you topic marked as [solved] i suggest to use module to zoom texture / color attribute its just awesome :-) with regards, Milos Link to comment Share on other sites More sharing options...
brobergmango Posted May 21, 2014 Share Posted May 21, 2014 Hi, in which file do you change this and in which catalog? public_html> ?> ?> ?.... thanks Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2014 Share Posted May 21, 2014 product.css located in /css/ subdirectory in your theme dir. 1 Link to comment Share on other sites More sharing options...
WEX Posted May 24, 2016 Share Posted May 24, 2016 (edited) Hi, the above solution works great on the product page but does not enlarge the image on the list of products. Do you know where you change the icon sizes also in the product catalog? Edited May 24, 2016 by WEX (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts