• Hi,

    I need some help with removing the hover effect on my portfolio.
    Hope anyone can give me the right css?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please use the following update

    Go to WordPress Admin -> Appearance -> customize -> Additional CSS section

    Add the following CSS code

    .portfolio .entry-image-link img:hover {
       opacity: unset !important;
    }

    Hope this helps!
    Thanks.

    Thread Starter deidre20

    (@deidre20)

    I have just added it to the additional CSS selection but I hasn’t done anything..? any future advise?

    Moderator bcworkz

    (@bcworkz)

    This doesn’t really remove the effect, it makes the event action invisible. The end result looks the same. Add to the Additional CSS customizer section:

    .portfolio-item > a {
        display: none;
    }

    Maybe not the ideal approach, but it should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Mouse hover effect’ is closed to new replies.