X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   featured product template background (https://forum.x-cart.com/showthread.php?t=44993)

HotrodOffroad 01-21-2009 08:57 PM

featured product template background
 
Does anyone know where I can find the place to add a background color for the featured products? Right now it is transparent and that doesn't work with the background image my customer wants. I just can't find any html for the featured products.

I can't seem to find anything about this by searching the forums..

Thanks!

ARW VISIONS 01-21-2009 09:12 PM

Re: featured product template background
 
its CSS. it will change all of the backgrounds that use dialog.tpl

.dialog .content {main.css (line 855)
background:transparent none repeat scroll 0 0;
border:0 none;
color:#58595B;
padding:10px 10px 25px;
text-align:left;
}

HotrodOffroad 01-22-2009 05:11 AM

Re: featured product template background
 
Thanks Ashley.

That was it.


All times are GMT -8. The time now is 10:27 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.