Home › Support Forums › Theme Support › Enlightenment › Remove Image Hover Effect › Reply To: Remove Image Hover Effect
Daniel Tara
Keymaster
Add this code to your custom CSS:
.entry-content a img { padding: 0; background-color: transparent; box-shadow: none; }