View Single Post
  #2  
Old 11-22-2006, 10:21 PM
 
lachild lachild is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 92
 

Default Re: Change Background color for categories menu

Looks like there might be a number of places that this being assigned... Look for the following in you .css file..
Code:
.VertMenuCatBox { BACKGROUND-COLOR: #FFD7D3; } .VertMenuCatWelcBox { BACKGROUND-COLOR: #FFD7D3; } .VertMenuCatBorder { BACKGROUND-COLOR: #FFD7D3; } .VertMenuCatWelcBorder { BACKGROUND-COLOR: #FFD7D3; } .VertMenuCatTitle { BACKGROUND-COLOR: #FFD7D3; COLOR: #B80134; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .VertMenuCatWelcTitle { BACKGROUND-COLOR: #FFD7D3; COLOR: #B80134; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .VertMenuCatBoxNewsTitle { BACKGROUND-COLOR: #FFD7D3; COLOR: #B80134; FONT-WEIGHT: bold; FONT-SIZE: 12px; } .VertMenuCatWelcBoxNewsTitle { BACKGROUND-COLOR: #FFD7D3; COLOR: #B80134; FONT-WEIGHT: bold; FONT-SIZE: 12px; }

Hope this helps... And I hope I got em all...
__________________
Westin Shafer
Come Together Technologies
http://www.ComeTogetherTechnologies.com
Reply With Quote