View Single Post
  #12  
Old 05-15-2012, 07:53 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Load different style sheets for main categories

No sweat, glad to help.

Look in:
/common_files/customer/service_css.tpl - or your custom skin directory instead of common_files.

Look a how it calls in the altskin near the bottom:
PHP Code:
{if $AltSkinDir}
  {
load_defer file="css/altskin.css" type="css"
If you call another style sheet after this, with the same classes defined, then the styles from main.css and altskin.css should be overwritten. I say "should be" because I have never tried it.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote