Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #493819

    Hi there,
    I have Enfold theme and I’m trying to remove the hover link effect. Right now when I hover my mouse over an image that is linked, it gets a very pale overlay, and I don’t want it to change at all. Could you guide me on how to remove this?

    #493850

    Hi davidsitebuild!

    Please add the following to your CSS, from the theme options

    .image-overlay { display: none; }

    Let us know if that works out for you

    Regards,
    Basilis

    #493862

    Hi thanks for the response! Unfortunately that didn’t work for me, am I doing something wrong? I added the code in the “Quick CSS” section of “General Styling” under theme options. I also cleared my cache but so far it it still doing the weird hover thing.

    Thanks so much for your help,
    David

    #494105

    Hey!

    Try with this:

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

    Cheers! 
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.