I am trying to change the background color of the left navigation area on the 1503 template. I have found all the style sheet entries to change everything else I want but I cannot find this one. Can anyone please point me in the right direction?
Thanks!
Steve Russell
gi solutions, denver.
Try adding this rule to
Try adding this rule to 02-Styles.css:
.interior_left_column_style { background-color: blue; }That will only affect interior pages; I haven't looked at the home page markup. If you need something that works on the homepage too, let me know.