Sidebar Color
-
Hello!
Our site ( evergreengreenhill.org ), is running a new theme that we are trying to get used to (Aqueduct) after a previous mishap. So far, we’ve been able to add all our previous coding and have it work, however, strangely enough, we are unable to change the sidebar color with the original CSS.
`sidebar {
margin-bottom: 100px;
background: repeat scroll 0 0 #F4F4F4;
border: 0 solid #000000;
box-shadow: 1px, 3px, 0 rgba(1,20,0,0.8);
-moz-box-shadow: 10 0 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.05);
margin-bottom: 30px;
padding: 10%;
position: relative;
z-index: 0;
}’
Any help would be much appreciated!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sidebar Color’ is closed to new replies.