How to change color of link

Posted in: Newspaper
Post count: 5

I just updated to v6 and all the links no longer come up as the blue color we were using, instead they come up as black just like the rest of the text. It shows up as blue in the post editor, but not in the actual post. Example here: http://talking10.com/2015/06/20/chryst-badgers-remind-big-ten-they-can-recruit-just-as-well-as-anyone/ (with text being Cole Van Lanen after 2nd embedded tweet).

Please help. Thanks!

Post count: 6535

The links color in post content is changing with theme’s accent color: http://screencast.com/t/b9QkeTAjka
but you can use this custom css to change it:


.td-post-content a {
color:blue !important;
}

Like in this example http://screencast.com/t/w8F6WgDltZg http://screencast.com/t/KX29v8Enco

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.