Archived topic
Link Color Background Hover
5 replies · Started by zvous on November 25, 2020
Hi guys!
I've been looking for a way on how to have a colored background on hover in any hyperlinks in my post/page content.
Something similar to this topic 1st-topic and this 2nd-topic
I've tried both solutions that you guys provided on both topics above, but nothing happened.
I tried adding similar css just like the first topic and then I tried to go to customize -> colors -> body -> there's only "Link Color Hover", but no "Background Hover" like in ...colors -> primary/secondary navigation.
Thanks!
Afiff
Hi there,
can you share a link to your site so we can provide some CSS
Hi David,
sure, no problem.
Hi,
Try this CSS:
.entry-content a:hover{
background-color: red;
}
It worked Elvin, weird...
I'm sure I tried the same solution as the first topic I mentioned above and nothing happened, but now it works.
Thanks for the help Elvin and David.
No problem. Glad you've made it work. :)