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)
-   -   Image location question... (https://forum.x-cart.com/showthread.php?t=11219)

ManFromDet 01-01-2005 02:40 PM

Image location question...
 
I've been able to find and alter most of the images and fonts in my cart EXCEPT those little pesky red lines underneath the various headings such as "Detailes", "Options", etc.

Example: http://207.126.48.202/shop/product.php?productid=70&cat=0&page=1

Are these lines controlled via the skin1.css template? Or is this image found in the image directory? So far, I haven't been able to find it in either place.

Thanks.

adpboss 01-01-2005 04:03 PM

Yep, Skin1.css

Code:

<TR><TD class="Line" height="1" colspan="2">[img]/shop/skin1/images/spacer.gif[/img]</TD></TR>

That is the html code from your site. Look for it in product.tpl.

ManFromDet 01-03-2005 08:22 AM

Quote:

Originally Posted by adpboss
Yep, Skin1.css

Code:

<TR><TD class="Line" height="1" colspan="2">[img]/shop/skin1/images/spacer.gif[/img]</TD></TR>

That is the html code from your site. Look for it in product.tpl.


Thanks!


All times are GMT -8. The time now is 02:50 AM.

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