Changing the font colour for URL?

Posted in: Newsmag
Post count: 3

Hi!

I just wondered where/how I can change the colour of the font on a clickable link? e.g. when I include a link to an external URL, it is light pink in colour and I would like it to be dark red. I know the colour code but don’t know where to change it….

Thanks,
Clare

Post count: 7909

Hi,

Do you refer to the links from your post content? You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/lp6fkD16W

.td-post-content a {
color: #b1283a;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.