Hi Guys,
Is it possible to change the background of the popp windows when viewing larger product images etc??
Thanks
Dan
Hi Guys,
Is it possible to change the background of the popp windows when viewing larger product images etc??
Thanks
Dan
There should not be a visible background per se as what is visible sahould be only the image....you can use a graphic editor and change the background color though.
If you are seeing something other than this post your url so that we can see what you are seeing
Zen-Venom Get Bitten
Yes, it is possibleOriginally Posted by DanAllkins
Open the file:
\includes\templates\template_default\popup_image\tpl_main_page.php
and replace the line
with thisCode:<body id="popupImage" class="centeredContent1" onload="resize();">
open the fileCode:<body id="popupImage_new" class="centeredContent" onload="resize();">
includes\templates\classic\css\stylesheet_new.css
(or whichever css yuo are using in your site)
After line
add this:Code:#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart { background-color: #ffffff; }
Let us know how it worksCode:#popupImage_new { background-color: #ff0000; }
PS: not very sure if this is the correct way from the upgrade point of view
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
Superprg-
There is no need to change the CSS class or ID There is already one there all you have to do is change the Stylesheet.
Sorry but care to explain how this can be done the way you are explainingOriginally Posted by Kim
Thanks
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
All you need to do is move the #popupImage in the stylesheet to its own line and define it there. This works fine and will continue to work through upgrades without maintenance.