Closed (fixed)
Project:
Light Fantastic
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 14:21 UTC
Updated:
17 Aug 2008 at 18:42 UTC
Great theme!
I'd like to change the gray background color of the left sidebar: but I can't find it anywhere in the CSS.
When I add a
#sidebar-left {background-color:#ffffff;}
to style.css, there's still a block of gray running from the base of the sidebar to the bottom of the page.
Can you give me a shove in the right direction?
Thanks! Robert
Comments
Comment #1
jbrauer commentedWhat appears as the left sidebar background is set here:
(Starting on line 224 of style.css)
Setting a background-color on the #sidebar-left ID will only change the background on the portion where the sidebar actually is. So you'd need to change the image or come up with a different way of handling the background for the sidebar independently of the content-outer-wrap div.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.