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

    All my blog posts have the circle with the arrows appear over the image and you can click on it and it pops up and you can scroll through all of them.

    Is there a way to disable this?

    #511776

    Hey fgrippe!

    Please insert the below css into your custom css section.

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

    Regards,
    Dake

    #511777

    takes away the circle/arrow, but you can still click on the image and it opens as a kind of pop up image still…

    #511958

    Hi!

    Could you please provide the link to the actual post? You can try this in the Quick CSS field:

    .big-preview a {
        pointer-events: none;
    }

    Or this:

    .small-preview {
        pointer-events: none;
    }

    Regards,
    Ismael

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