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)
-   -   Alternate CSS source for main/popup_poptions.tpl? (https://forum.x-cart.com/showthread.php?t=15133)

orangeoctane 07-11-2005 06:27 PM

Alternate CSS source for main/popup_poptions.tpl?
 
Hi guys,

I am wondering how I might go about having the main/popup_poptions template link to a different style sheet? The link href="{$SkinDir}/{#CSSFile#}" doesn't exactly reveal how that template is using skin1.css specifically, or how to have it use an alternate CSS.

Thanks a lot for any help.

orangeoctane 07-11-2005 06:35 PM

Got it.
 
For anyone needing the answer...

-create your new css file and save it in the skin1 directory where the original skin1.css file resides.

-then in the popup_poptions template change

Code:

href="{$SkinDir}/{#CSSFile#}"

to

Code:

href="{$SkinDir}/newcssfilename.css}"

Hopes this helps someone else!


All times are GMT -8. The time now is 04:38 AM.

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