HELP! I need to change the body text color to #d6ad7a, but every code i've found changes my post header color too and I don't want that. any suggestions?
The blog I need help with is dreamteammuslims.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
HELP! I need to change the body text color to #d6ad7a, but every code i've found changes my post header color too and I don't want that. any suggestions?
The blog I need help with is dreamteammuslims.wordpress.com.
We have to make something up to cover only the body text in the posts.
.entry-content p {
color: #d6ad7a;
}
The above does not change the links in the posts. If you want to change them also to the same color then add this.
.entry-content a {
color: #D6AD7A;
}
I might suggest a color just a little darker to improve contrast. Those visually challenged out there might have some problems reading this lighter color.
What do you do to cause text to appear in a shaded box, as in the replies, above, on a WordPress page?
@petstech
All CSS editing is theme specific at WordPress.com. Please post an active link to the blog that you are referring to starting with http://
Sorry for getting off-topic. I resubmitted my question with more information at http://en.forums.wordpress.com/topic/adding-css-to-enclose-text-in-a-box?replies=1#post-732444
This topic has been closed to new replies.