Changing colour of hyperlinks in posts

Posted in: Newspaper
Post count: 18

Hello!

When I write a post, I hyperlink the post and it goes a very light grey when published.

This means that the hyperlinked word isn’t very visible.

How do I change this using the theme panel?

Post count: 23312

Hello Luptern,

If you want to change the color of your links, notice that you should use a bit of CSS code in order to achieve this because the theme does not have any such an option for it in Theme panel, sorry! Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

Hope this helps!

Thanks for the message!

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