Hi, Example of the script: http://www.xzeroscripts.com/demos/xzero_classifieds/ Which file and what setting do I change to change the color of the blue TABLE at the left? Thanks for the help! dthbah2006
style.css is what you want, look at the css entry: button { font-family: Verdana, sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; [b]background-color: steelblue;[/b] border: 1px outset #006595; color: white; } Code (markup):
Actually it was "buttons" not "button" you needed to change. I hate people who can't come up with good naming conventions .buttons td { text-align: center; [b]background-color: steelblue;[/b] } Code (markup): That should do it.
I changed the steelblue and it stayed the same color. I'm sure it is simple but I am at a loss at this point. dthbah2006
background-color: #E4EBF8; is the light blue color of the left table The border-right, border-top, and border-bottom colors are the darker blue border surrounding the left table. background-color: steelblue is the background colors of the Home, Post Ad, Post Event, and Post Image links. -Jim