Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #811047

    Hey there!
    Even though I’ve tried all of the following options, which actually would disable the effect for all images across the site, none didn’t work:

    .overlay-type-extern{
    display: none;
    }

    .overlay-type-extern{
    display: none !important;
    }

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }

    .image-overlay {
    visibility: hidden;
    }
    .image-overlay {
    visibility: hidden; important;
    }

    Could you pls help me out?

    Cheers!

    HC

    • This topic was modified 6 years, 9 months ago by hacart.
    #811087

    Hey Harold,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Sarah

    #811133

    Hi!

    Please try using following code

    #footer .image-overlay { display: none !important; }

    Best regards,
    Yigit

    #811192

    Didn’t work guys.

    #811211

    Hi,

    Please flush cache on “WP Fastest Cache” plugin. Custom CSS code is not being applied at the moment.

    Best regards,
    Yigit

    #811221

    Thanks mate! As diligent as usual :)

    Bye!

    HC

    #811228

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Get rid of Hover Effect on Images for footer only’ is closed to new replies.