Does anybody know how to change the size of the images that you upload with global options. They appear on the order form under certain options but are very tiny and hard to make out. I want to make them bigger. How can this be done?
I see the thumbnail section where you choose the size of product images, category images, etc, but nothing seems to relate to this.
Hi,
If I understand you correctly then take a look in your styles.css file for the two lines .product-variant-image-selected and .product-variant-image-unselected and change the height and width sizes to whatever size you want.
Mark.
[quote name='Ralkan' timestamp='1370774468' post='163285']
Hi,
If I understand you correctly then take a look in your styles.css file for the two lines .product-variant-image-selected and .product-variant-image-unselected and change the height and width sizes to whatever size you want.
Mark.
[/quote]
Thanks for the response but for some reason, neither product-variant-image-selected or .product-variant-image-unselected who up in my style.css as line items.
I'm waiting on the developer of the theme, http://cscarttemplates.com to write me back.
PM me your url and I will check what css you need to change.
Don't worry I wont publish your URL or anything.
Mark
Thanks Ralkan,
I figured it out, for me it was…
skins/yourskin/customer/views/products/components/product_options.tpl
Around line 107, I could adjust the height and width.