How to change link color within posts only in Twenty Ten?
-
I added the following css code, but it does not work as expected:
.entry a {
color: #0000FF!important;
text-decoration: none;
}Can I change link color within posts only in the Twenty Ten theme?
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
-
You were almost there, just one letter off in the selector. :)
.hentry a { color: #0000FF!important; text-decoration: none; } -
- The topic ‘How to change link color within posts only in Twenty Ten?’ is closed to new replies.