View Single Post
  #4  
Old 12-05-2009, 06:51 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Change colors on Fashion Mosaic template

It's hard to give you detailed instructions as this is not in just one place. The files to look in are skin1/main.css and skin1/altskin.css, you need to change "background" and/or "color" styling for elements you want to apply different colors. For example the color for the pink line at the very top is set in altskin.css in #header style - border-top: 3px solid #F3C8BF; if you want this line to be black color instead of pink you will change this line to - border-top: 3px solid #000; same rule applies for the other elements - you have to find which style is applied to them and edit it. Very helpful tool is Firebug for FF. You may also consider professional help
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote