CSS changes the sidebar but not the post
-
site: imageonpaper.com
I’ve purchased the Custom Design upgrade and the site shows “Upgrade Active.” I would like to change the colour of links in the body of the posts.
Presently they are the same colour as the regular text with a faint underline.
My css additions change the colour of sidebar links but not the post links. I have gotten the <div ID> tag to work in the post, but alas, no link.
The blog I need help with is imageonpaper.com.
Add this and edit the color code as you desire.
.post-content a {
color: #33BB33 !important;
}
Ahhha!!
Genius. Thank you so much.
The topic ‘CSS changes the sidebar but not the post’ is closed to new replies.