Hi
Can someone please help me with changing the sidebar background colour in the wedding bells theme. Its the last part to change of my blog and I cant find the CSS for it. my URL is http://www.allsobridal.com
thanks in advance
Kayleigh
Hi
Can someone please help me with changing the sidebar background colour in the wedding bells theme. Its the last part to change of my blog and I cant find the CSS for it. my URL is http://www.allsobridal.com
thanks in advance
Kayleigh
To change the sidebar background color adjust the background-color value in your style.css (line 85) code below:
div.sidebar {
background-color: #FFFFFF;
float: right;
margin: 1em 12px 0 0;
overflow: hidden;
padding: 1em 1em 1em 0;
width: 300px;
}This topic has been closed to new replies.