I've seen the CSS here but I don't see the CSS to change the height of the top header nor to change the background color of the left navbar. Where are these elements?
If I'm not mistaken, the background of the header is colored, but height is determined by the size of the font and elements in there. If I increase the font, the size of the header increases, but I think the other elements in there control it as well. You could probably reference it by the div id and set an absolute height for it.
For the side bar, I'm guessing you mean in spaces where the side bar exists. For that element:
.acs-side-bar {background-color:somecolor}
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.