Blogum CSS Hyperlink Edit
-
I’m looking to change both the color and font-weight of the hyperlinks that appear in our posts, but not on our sidebar. I have used the following code to alter the font-weight:
.post-content a {
font-weight:bold;
}This code works perfectly. However, when I add
color: #990000;
to the post-content, it does not alter the hyperlink’s color.
We have purchased the CSS upgrade. Our blog can be found at oowsection.org
Any help would be great!
The blog I need help with is: (visible only to logged in users)
-
-
Blogum is a little different. For the color, do the following.
.post-content p a, .post-content li a, .post-content table a { color: #990000; }
- The topic ‘Blogum CSS Hyperlink Edit’ is closed to new replies.