Change color of post links

Posted in: Newspaper
Post count: 26

Hi again!

I choose the header style 12 with a black tone of THEME ACCENT COLOR, the problem comes when I write a post and my links are invisibles because when you point with your mouse over it the link doesn’t change its color so it is very hard to realise that there is a link there.

How I can change the color link without change the black for my main menu?

The links of megamenu posts are red when you point them like other blocks, that’s what I want to my post links 🙂

Thanks!

Post count: 26

I was reading this topic and I think my solution is there but… where is the exact place where I have to paste this?

.single-post .td-post-content a{
color:rgb(106, 10, 7)!important
}

Or maybe I have to use this one?

.single a{
color:green;
}
.single a:hover{
color:blue!important;
}

Thank you! Love the theme 🙂

EDIT: My contact link on the footer is black on black 🙁 I have to change the color link of this mail too.

EDIT2: This is my website: https://aprender-chino.com/pinyin-tabla-silabas/ in the second line of post you can see (there is a link in that line) the problem with the link. And if you see the footer yo couldn’t see the contact mail, but it is there haha.

Post count: 22421

Hi,
If your links are inside the post, you can edit them in the MCE editor and select the link color like so:
http://screencast.com/t/NIoXor5xw
Thanks.

Post count: 26

Thanks Bodgan! Easy solution 🙂

And What can I do for the contact mail in the footer? Is back on black too. Or grey on grey 🙂

Post count: 22421

Hi,
You can use this css code to chose another hover color for the footer:
.td-sub-footer-menu .menu-item a:hover{
color:red;
}

Add the code in the theme panel->custom css code.
Thank you!

Post count: 26

Sorry I talked about this contact mail. But thank you for this code, it was useful too.

View post on imgur.com

Post count: 22421

Hi,
For the email try this code:
.footer-email-wrap a{
color:#eaeaea;
}

Thanks.

Post count: 26

It works! Thank you Bogdan.

Post count: 26

I don’t know why but with the update to NP7 I lost my footer contact mail again.
And the custom code is ok. I tried to delete it, save and rewrite the code:

.footer-email-wrap a{
color:#eaeaea;
}

But nothing happens, email continues on gray color. Before update it worked perfectly with the code you gave me.

Thank you, and sorry for the same problem once again.

Post count: 22421

Hi,
Try to add !important at the end of the code and it will force it to apply:

.footer-email-wrap a{
color:#eaeaea!important;
}

Thanks.

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