Hi all! I want the font and font color of my Meta to be what also shows up for my blog posts.
.home .entry-meta {
color:#666666;
font:.688em/1.4 Verdana, Helvetica, sans-serif;
margin:.5em 0 1em;
padding-top:15px;
}
For the life of me I cannot figure out how to change the font color of my posts from the gray that's there now to the darker gray. I figured it out for the Meta stuff, but when I plug in "666666" to where I think it's supposed to go, nothing changes.
Below is my custom CSS for the Content section.
#content article {
border-bottom:1px solid #ccc;
margin:0 0 1.8em 1.8em;
padding-bottom:.25em;
position:relative;
}
.entry-title {
display:block;
position:absolute;
left:0;
overflow:hidden;
height:30px;
width:550px;
white-space:nowrap;
}
.home .entry-thumbnail,.home .entry-content {
display:block;
padding-top:43px;
}
.entry -content {
color:#666666;
font-size:.913em;
line-height:1.615em;
margin-bottom:1.25em;
}
.entry-title {
font:1.588em 'Agency FB', Trebuchet MS, 'Times New Roman', serif;
margin-bottom:.563em;
}
.entry-title,.entry-title a {
color:#666666;
}
.entry-title a:hover {
color:#e89187;
text-decoration:none;
}
.entry-content p,.entry-content ul,.entry-content ol,.entry-content dd,.entry-content pre,.entry-content address,.comment-content p,.comment-content ul,.comment-content ol {
margin-bottom:.754em;
}
.entry-content blockquote cite,.entry-content blockquote em,.entry-content blockquote i,.comment-content blockquote cite,.comment-content blockquote em,.comment-content blockquote i {
font-style:italic;
}
.entry-content blockquote,.entry-content blockquote[class*="align"],.comment-content blockquote {
padding:0 3em;
margin:1.038em 0;
border:0 solid #ccc;
background:white;
}
I've spent over 2 hours trying to figure this out, but i know you guys will be able to help me in minutes, so...thanks!!
The blog I need help with is notchangingmyname.com.