Styling hyperlinks on post area
-
I am trying to style the hyperlinks in the post area and am not having much luck.
I added the following to my CSS file however it als affects the style of the hyperlinks in the header meta (like the author name link and comment link) and also the tag links at the bottom of the post.
Is there a way that I can restrict the control of the style to just the body of the post?
.postarea a:link, visited { color: #0090fe; } .postarea a:hover, active { color: #FFFFFF; background: #0090fe; text-decoration: none; }
Note: I removed the above CSS due to undesirable results.
PS: My site is https://www.loneleeplanet.com.
All feedback appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Styling hyperlinks on post area’ is closed to new replies.