Home Forums Square How to remove link hover background color?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #352
    mercat68
    Participant

    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.

    #357
    Hash
    Keymaster

    Hi,

    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}

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.