Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Info Pop Up Window bg color

Product Info Pop Up Window bg color

Locked

Views: 2,558

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
5 Aug 2009, 2:22 AM
#1
kismetdesign avatar

kismetdesign

Zen Follower

Join Date:
May 2009
Location:
Junction City, Oregon
Posts:
315
Plugin Contributions:
0

Product Info Pop Up Window bg color

Right now when someone clicks on the javascript pop up window from my product info page, it shows a black background. Is there any way I can change this bg color to white instead?

Thanks! :smile:

KismetDesign

5 Aug 2009, 2:28 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Product Info Pop Up Window bg color

Can't see a URL and don't have time to search other posts for one, so the answer is yes.:P

5 Aug 2009, 1:58 PM
#3
kismetdesign avatar

kismetdesign

Zen Follower

Join Date:
May 2009
Location:
Junction City, Oregon
Posts:
315
Plugin Contributions:
0

Re: Product Info Pop Up Window bg color

http://tinyurl.com/nosvkr

Sorry, my fault! Sometimes I forget that last step, the one that is the most important! :blink:

5 Aug 2009, 11:32 PM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Product Info Pop Up Window bg color

Don't you just love Template Monster!
You might want to check with them and see where they hid the code for the bgcolor.

You've got two stylesheets fighting each other. stylesheet.css and shtylesheet_tm.css

Your quickest fix is to go to the end of stylesheet.css and add the following:> #popupImage {

background-color: #F4F3E4;
}That will fix the one pop-up and set it to the color of you main content's background. You can change it as you like by changing the color number. This may or may not affect other windows. All bets are off with TM.:censored:

5 Aug 2009, 11:45 PM
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Product Info Pop Up Window bg color

If you add > text-align: center;

padding: 1em;it will look a little better if folks expand the window.

7 Aug 2009, 6:41 PM
#6
kismetdesign avatar

kismetdesign

Zen Follower

Join Date:
May 2009
Location:
Junction City, Oregon
Posts:
315
Plugin Contributions:
0

Re: Product Info Pop Up Window bg color

That definately looks better, thank you. :smile:

As for the TM template, the site no longer looks ANYTHING like it did when I started. And having more experience customizing, I wouldn't choose to go with a TM template again.

Is there a way to just combine the TM stylesheet with the main stylesheet and get rid of the TM one altogether?

8 Aug 2009, 3:57 PM
#7
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,771
Plugin Contributions:
9

Re: Product Info Pop Up Window bg color

You can download the two files to your computer and use winmerge to compare/merge the two.