View Single Post
  #9  
Old 12-07-2007, 08:32 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: changing colors on the category items

To change the colors of the site you have to edit the CSS file.

Have you looked at the skin1.css file?

search for

A.VertMenuItems

this portion of the code controls the color: COLOR: #ff0000;

change the #ff0000 to whatever color you want. #ff0000 represents red here. Other hex # are available here http://www.lynda.com/hexpalette/images/nhue2.gif

Learn CSS here: http://www.w3schools.com/css/default.asp

If you want me to help you with this PM me.
__________________
xcart 5.1.2
Reply With Quote