Hyperlink Font Color

Posted in: Newspaper
Post count: 41

I’d like to change the color of the hyperlinks throughout my site. Currently, they display the general accent color which I recently changed in order to reflect a more sophisticated look to my site. Unfortunately, that means that many of my links are nearly invisible. Is there a way that I can change the color *just* for them so that they are better highlighted?

Thanks.

http://www.VegasWineaux.com

Post count: 22421

Hello,
You can use this custom css to change the link color:
.td_module_wrap:hover .entry-title a{
color:red!important;
}

I hope this helps.
Thank you!

Post count: 41

Hi Bogdan,

That doesn’t work, and I can’t figure out why. However, I do get a small exclamation point inside of a yellow triangle, if that helps.

Post count: 41

Okay, I found part of the problem. The code you gave me works fine on hover, but what I’d like to have is to be able to change the color of the links in the content section before hover. I realized that I wasn’t very clear. Sorry! I hope I’m clearer this time!

Irene

Post count: 22421

Hello,
You can use this code for the links :
.home .entry-title a{
color:yellow!important;
}

However, this will work for our theme elements. Other elements will most likely not receive the color as hey will not have the entry title class our theme has. In that case you need to use the browser inspector and get the plugin specific class.
Thank you!

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