Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #909459

    Hi team,

    On my homepage, I have 3 images with a transparent colour with hover. For some reason, now there’s an arrow on the hover which wasn’t there before.

    How do I fix this?

    Lara

    #909532

    Hey Lara,

    I have added imagehover in the Custom Css Class field of the 3 images, then added this css code in Quick CSS (located in Enfold > General Styling):

    .imagehover .image-overlay-inside {
        display: none;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #962888
    This reply has been marked as private.
    #963384

    Hi José Ramón,

    Try adding this css code in Quick CSS instead:

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

    If that misses some images, please post the link of the page, so we can check it.

    Best regards,
    Nikko

    #963401

    Thanks Nikko:
    That code goes well, for example, with the images of the esay-slide in the home page, but if you look at the simple post (see in private section) the post image comes out with a clear hover, just like the image on the right in the side bar.

    Regards,
    Jose Ramon

    #964055

    Hi Jose Ramon,

    Try adding this css code:

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

    Hope this helps :)

    Best regards,
    Nikko

    #964567

    Hi Nikko:

    ¡perfect! Thank you very much, now it works as I wanted.

    Best Regards,
    Jose Ramon

    #965299

    Hi Jose Ramon,

    Glad we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hover image’ is closed to new replies.