Change only post content link colour
-
Hi, I’m new to css and am trying to change the link colour that is used within a blog post, as the one my theme (Pretty Creative by Pretty Darn Cute) defines (#2c2c2c) is hard to distinguish from the surrounding text.
I’ve found lots of threads that actually describe the process and I’ve been semi-successful by adding this to my style sheet:
a { outline:none; text-decoration:none; color: #dd3333; }
My problem is, this also changes the colour for every other link on the page (author name, leave a comment, next/previous post). Here’s an example post — you can see that the red becomes overwhelming at the bottom of the page.
I want those types of links to remain the default colour which will allow my blog posts to retain the clean feel of the theme. Is there a way to change the colour of ONLY the links I create within my post text (without individually setting the colour each time I create a link when writing the post).
I’d be grateful for any help.
Nova
https://www.novaleeswan.com
- The topic ‘Change only post content link colour’ is closed to new replies.