Changing Sidebar Color - RoundTheWorld

Latest Reply from Susannah at 2013-10-07 07:39:36 Solution
Is there a way to change the color of the right hand sidebar, or add a different background?
Found out how. Put this in custom css:

#sidebar {
background:#000;
float:right;
font-size:95%;
line-height:145%;
overflow:hidden;
padding-top:8px;
width:300px;
}

Leave a reply

Add codeAdd image