Sidebar Color
-
Is there anyway in CSS with the vigilance theme to make the right side bar (where my widgets are) a different background color than the rest of the blog including where my posts are? I want to make the background color a lighter version of the rest of the blog…
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Yes there is. Add a background color declaration to #sidebar. The second bit will allow you to change the background of the facebook widget which has a white background declared in the main code.
#sidebar { background-color: #CCCCCC; } #facebook-likebox-4 iframe { background-color: #CCCCCC !important; }You will have to edit some of your images and save them as PNGs with transparent backgrounds as you will see.
- The topic ‘Sidebar Color’ is closed to new replies.