Custom links in Antenna Posts?
-
Good morning,
I am using the Antenna theme for my blog http://www.brightpennyblog.com. I am struggling to find a want to modify anchor tags only in posts. For instance, I would like to have the links in posts underlined, but not else where in the blog.
Could anyone show me some sample CSS that would accomplish this?
Thank you for your assistance,
Tim
The blog I need help with is: (visible only to logged in users)
-
Hi Tim!
Try swapping out your existing a rule for this:
.post.hentry a { text-decoration:underline }Let me know how you get on.
-
- The topic ‘Custom links in Antenna Posts?’ is closed to new replies.