Okay
  Public Ticket #3048361
Hover effect on images with link
Closed

Comments

  •  1
    cyberlism7 started the conversation

    Hi, 

    When I hover over the image with links, a strange line appears across the image. Is there a way to change this hover effect to be the same as portfolio items? (an eye effect)


    Thanks!

  • [deleted] replied

    Hi cyberlism7,

    Please add the code below to your Custom CSS area:

    .post-formatting a:after {
        background-color: transparent !important;
    }

    that will remove that line in the middle of the image.

    Have a nice day!