Change Sidebar Color
-
Can somone tell me how to change a Sidebar Background Color,
in my style.css I am no able to find #sidebar as many tutorials gives this solution. Any Help.
When I add background color in this line : #content div.column-narrow {width: 200px; font-size: 11px; line-height: 16px; }
It changes the Background color but also change the other Widget like Calendar Widget.
Down is one part of my css.
/* 3. Content Area */
#content {margin-bottom: 50px; }
#content div.column {float: left; display: inline; margin-right: 30px; }
#content div.column {width: 200px; }
#content div.column-content {width: 500px; }
#content div.column-content img {max-width: 500px; height: auto; }
#content div.column-double {width: 730px; }
#content div.column-double img {max-width: 730px; height: auto; }
#content div.column-full {width: 960px;}
#content div.column-full img {max-width: 960px; height: auto; }
#content div.column-narrow {width: 200px; font-size: 11px; line-height: 16px; }
#content div.column-last {margin-right: 0; }
#content div.single {border-top: none; padding: 0; }
div.column-content h1, div.column-content h2, div.column-content h3 {font-family: Georgia, serif; font-size: 40px; line-height: 46px; letter-spacing: -1px; margin-bottom: 30px; }Any help.
- The topic ‘Change Sidebar Color’ is closed to new replies.