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

    I defined a hover effect on images with jquery.

    It works the first time I hover over the image but later it doesn’t work any more.
    I removed the regular hover effects on images from the enfold theme with the following CSS but it doesn’t help:
    .image-overlay {

    background: none !important;}

    .image-overlay .image-overlay-inside:before {

    content: “” !important;}

    Is there any way of canceling the hover javascript of the theme?

    #279683

    Hey!

    Try adding this code to the Quick CSS:

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

    Can you post a link to your website?

    Cheers! 
    Josue

    #280089

    Good morning, I am not able to get the effect of the image of my website, as I pass the mouse over effect appears and a circle with an arrow inside, I don’t want to appear, how do I remove.

    #280091

    Img style

    Already changed within the image to appear the edges.

    #280123

    Hey @guiversiani!

    Did you try applying the code i suggested?

    Cheers!
    Josue

    #280244

    In the meantime it looks o.k., thanks!

    #280245

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘hover effect on images’ is closed to new replies.