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

    I’m trying to globally switch off the image hover options for my whole site but nothing seems to be having an effect.

    I’m using the enfold child theme. Site is http://www.athousandunfinishedprojects.com

    Have tried adding : .image-overlay.overlay-type-extern {

    display: none !important;

    }

    to the quick.css or the custom.css but neither has an effect. Even tried deleting the .image-overlay lines from the parent base.css but nothing seems to stop the hover.

    Any suggestions would be gratefully received.

    Thanks

    Rich

    #137374

    I’ve worked it out. Commenting out lines 2652 – 2656 from layout.css in the parent theme does what I wanted.

    Rich

    #137375

    Hey,

    Glad you fixed it. :)

    You can place the code on the child theme’s style.css:

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

    Cheers,

    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can't switch off Image Hover’ is closed to new replies.