Modifying style of links in post body
-
Hi all,
I have a blog – here – and I want to modify the properties of only certain links (the ones in the body of my posts).
The change I want is from this:
a:hover, a:active { color: #3B3B3B; }
to:
a:hover, a:active { background-color: blue; color: white; }
but if I do that, ALL the links change.
I guess the solution is creating a class. But will I have to go back to HTML mode and add the link class for EACH and every link in my blog posts? Is there a better alternative?
thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Modifying style of links in post body’ is closed to new replies.