View Single Post
  #2  
Old 07-11-2005, 06:35 PM
 
orangeoctane orangeoctane is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 46
 

Default 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!
__________________
Dave Fore
X-Cart Gold 4.0.13
PHP: 4.3.11
Apache: 1.3.33 (Unix)
MySQL: 4.0.22-standard
Beer: Budweiser Light v12
Reply With Quote