Question:
Do you know a code and where to put it to make my PopUp Window Background a Solid Color such as color#ffffff......???
I tried this... I went to my stylesheet and took:
#popupAdditionalImage, #popupImage
OUT of the area:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
AND Put it Below the above like this (inserting the color#ffffff):
#popupAdditionalImage, #popupImage{
margin: 0em;
padding: 0em;
background-color: #ffffff;
height: 400px;
width: 400px;
}
BUT...Nothing Happened......still the background photo image shows up.
I could always get rid of the background image all together...but I kind of like to have it for the looks of the store on the Home page & the rest of the pages. (if you like, see:jeepArt.com and then TEST product click "larger image" drag open the PopUp Window...See background image that i would like to change to a solid color.)
Any help on this will be greatly appreciated !![]()



...still the background photo image shows up.
...i wrote the wrong site location...here it is:
with others !




