Hover color for posts not changing

Posted in: Newspaper
Post count: 28

Hello! I am using the following css code but the hover color inside my post is not changing:

.td-post-content a:hover {
color: #9acd32;
}

I changed the text color of the link using the text editor and I want the hover color to be #9acd32. I have also set my theme accent color to be #9acd32.

Thanks for your help.

Post count: 28
Post count: 20688

Hi,

There seems to be also a span there, so a code like this would work
https://www.screencast.com/t/nybBjCZy

.td-post-content a:hover span {
color: #9acd32!important;
}

Thanks

Post count: 28

Works perfectly. Thank you!

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