Okay
  Public Ticket #1909979
mansory media grid
Closed

Comments

  • Alessandro started the conversation

    Hi,

    is it possible disable the click on images (popup) in an article?

    I use mansory media grid and when somebody click on an image a popup appears with a gallery. I'd like to disable this possibility either for desktop or mobile resolution

    Thanks

    Alessandro

  •  1,823
    Support replied

    Hello Alessandro,

    try adding in customizer -> additional CSS

    .vc_gitem-is-link {
        cursor: default !important;
        pointer-events: none !important;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Alessandro replied

    Perfect!!!

    Thanks

    A.