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

    How to remove the icon that appears when the image is linked to lightbox?

    #1036668

    Hey limedrop,

    Could you please attach some screenshots of the issue?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1036811

    I would like to remove the hover effect and the arrow on the image

    :)

    #1036853

    Hi,
    If you would like to remove this for only this one image, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .avia-builder-el-43 .image-overlay-inside {
    display: none !important;
    }

    If you would like to remove it for all of your images, please try this css:

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

    alternatively, within your image element you should find a option “Image Hover effect” that you can choose “none” for to remove the hover icon, but this may also depend on the demo that you installed. Some demos included this hover effect with custom styling, in such a case the css above is a good solution.
    After adding the css above, Please clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

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