Remove Image Hover Effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • #20817
    devonmeadows
    Participant

    I have an image on my homepage… http://littl.club… that I want there to be no hover effect, but I do have a hyperlink to an external website. Is there some custom css for this? Thanks.

    #20918
    Daniel Tara
    Keymaster

    Add this code to your custom CSS:

    .entry-content a img {
    	padding: 0;
    	background-color: transparent;
    	box-shadow: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.