I have the same problem with the footer. The ribbon edges didn’t change the color so I switched it back to black.
Anyways, gilliancut, here’s how you can change the date circle:
.article .post-date {
background: #hexcolor;
}
You can also change the font color of the date using this:
.article .post-date a {
color: #hexcolor;
}
i figured it out…
.side-widget {
text-align: center;
}
it doesn’t show on my site too. I wonder what the problem is?