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!
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.
-
This reply was modified 10 years by
BrunoBerlanga.
-
This reply was modified 10 years by
BrunoBerlanga.
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.
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 🙂
Sorry I talked about this contact mail. But thank you for this code, it was useful too.
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.