Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #699749

    I used the following CSS to globally remove the animated circle arrow and the diamond shaped pointer on images. It worked for a while but I may have messed up some CSS somewhere because it stopped working.
    Is this correct:

    /* REMOVES CIRCLE/ARROW ANNIMATION ON HOVER */
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    /* FIGCAPTION remove diamond-arrow */
    .av-masonry-entry .avia-arrow {
    display: none;
    }

    #700416

    Hi KK,

    That looks correct yes, could you link to the site in question if it’s not working please?

    Regards,
    Rikard

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