Change background color more images

Hello,

When I click on ‘More images’ on the product page a popup appears. I’ve two questions regarding this feature:

1. Where can I change the background color of the popup?
2. Is it also possible that the clicked ‘more image’ appears in the product picture tool (with zoom) and no popup?

Thanks in advance.

Pim
Mijnbuxus.nl

9 answers

noibihappy2009 0.00 $tone October 3, 2009
Public

When i click on your image for more image it opended new window 😐 not any popup 😐
FF 3.5

#1
noibihappy2009 0.00 $tone October 22, 2009
Public

Code:

body#bd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#A5A5A5 none repeat scroll 0 0;
color:#333333;
}
theme.css (line 8)

You can change this background color, but it’ll also change your default background color of site.

#6
Profile photo of Css Magician 0.00 $tone November 9, 2009
Public

Dear pimd ,

So so I am sorry by delay. Please open theme.css and add new style as follow:

Code:

body.catalog-product-gallery {
background: #FFFFFF !important;
}

p/s : My background color is sample, you can change its.

#8

This question is now closed

Written By

Comments