Hi, Thanks for responding. Its possible I didn’t change the right one. I copied the whole sidebar code below and it is alot. Where I tried to change it is the first set below where it says background-color and then if you skip a paragraph, it says main side bar, I tried to change it there as well. It looks grey to me now, but I wanted it blue, #6699CC but ideally, I want to try many colors to see which one I like the best, just can’t seem to get past this step here!!
Here is the site. https://thecrystalshop.us/
Thanks for any help!
C L
/* Sidebar */
#main .sidebar ul {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}background-color: #3333FF;
#main .sidebar ul li {
list-style-type: square;
list-style-image:url(imgs/li_bullet1.gif);
padding-left: 3px;
padding-right: 0px;
font-size: 1.15em;
line-height: 100%;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 2px;
margin-top: 0px;
margin-left: 25px;
}
#main .sidebar ul li.current-cat {
/* background-color: #3333FF; */}
#main .sidebar ul li ul {
margin: 0px;
padding: 0px;
}
#main .sidebar ul li ul li {
list-style-type: none;
font-size: 11px;
line-height: 100%;
padding-top: 4px;
padding-bottom: 4px;
margin-left: 13px;
margin-bottom: 2px;
margin-top: 2px;
}
#main .sidebar h3 {
font-size: 1.25em;
color: #232323;
margin: 0px;
padding: 0px;
border-bottom: 1px solid #555555;
margin-bottom: 5px;
font-weight: normal;
padding-bottom: 4px;
}
#main .sidebar .search {
border: 1px solid #bbbbbb;
padding: 3px;
font-size: .975em;
width: 225px;
background-color: #f9f9f9;
margin-bottom: 20px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}
#main .sidebar .search .postform {
font-size: 1.1em;
width: 200px;
background-color: #f9f9f9;
margin: 0px;
padding: 0px;
border: 0px;
vertical-align: middle;
}
#main .sidebar .search .postimg {
vertical-align: middle;
border-left: 1px solid #e2e2e2;
}
#main .sidebar .promopic {
text-align: center;
}
#main .sidebar .promopic img {
max-width: 270px;
}
/* Content -> Sidebar Widget Styles */
#main .sidebar .widgetcase {
list-style-type: none;
}
#main .sidebar .widgetcase p {
font-size: .850em;
color: #343434;
line-height: 175%;
}
#main .sidebar .widgetcase .textwidget {
font-size: .850em;
color: #343434;
line-height: 175%;
}
#main .sidebar .widgetcase h2.widgettitle {
border-bottom-color:#555555;
border-bottom-style:solid;
border-bottom-width:1px;
color:#232323;
font-size:1.25em;
font-weight:normal;
margin-bottom:5px;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:4px;
padding-left:0;
padding-right:0;
padding-top:0;
}
#main .sidebar .widgetcase ul {
}
#main .sidebar .widgetcase ul li {
margin-bottom: 3px;
}
#main .sidebar .widgetcase ul li a {
font-size: 12px;
}
#main .sidebar .widgetcase ul li a:hover {
}
#main .sidebar .widgetcase ul .children {
margin-left: 20px;
margin-bottom: 0px;
font-size: 1em;
line-height: normal;
}
/* Other Common Elements */