Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #427929

    Hi,
    I like the hover effect (faded image) and the round circle wiht an arrow on images on my site, BUT on one particular image I would like NOT to get the hover effect and the arrow.
    Q: Is it possible to remove the hover effect and arrow, on only one image – It is okay, if I have to apply it for all images on that one page.
    BR Lise.

    #427933

    Hey Bjørn!

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .image-overlay { display: none !important; }

    Cheers!
    Yigit

    #429626

    Thank you. It works.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove hover effect on only one specific image’ is closed to new replies.