I had everything looking exactly like I wanted it, but the color of the rectangle in the Post Date has reverted to black. My CSS code still indicates that it should be the color I changed it to. The triangle is still the correct color. Here’s the code that is supposedly in place.
.site {
background: #E3F9E9;
}
.site-nav #searchform {
display: none;
}
body {
color: #382D29;
}
.post-date {
background: #382D29;
}
.post-date:after {
border-left: 15px solid #382D29;
}
#main .widget-area a {
color: #382D29;
}
.featured .entry-summary {
display: none;
}
#main .widget-area a:hover {
color: #382D29;
}
.page .entry-title {
display: none;
}
#content .entry-title {
font-size: 26px;
}
The blog I need help with is
thehopefactory.us