- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- May 9, 2016 at 5:07 am #352mercat68Participant
Searched but haven’t found a questions/answer about removing the #5bc2ce background color from links on hover. There are a lot of references to 5bc2ce in the CSS – which one should I remove to remove this effect? Thanks.
May 9, 2016 at 10:25 pm #357HashKeymasterHi,
Add this CSS to remove the blue background effect on hover using some Custom CSS plugin.
.single-entry-content a:hover{background:none;color:inherit}
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.