Okay
  Public Ticket #1137499
Media grid question
Closed

Comments

  •  8
    Denis started the conversation

    Hey. Thanks again for the great theme.

    I have a question about Media Grid.

    I want nothing to happen when I click on a picture. How can I do it ? If in the settings for the one photo this function is, then in the media grid this can not be done.

    Now, when you click on the picture, a lightbox opens.


    {"wp":{"use":false,"adminUrl":"https://www.apex-mountain.ru/elbrus-s-yuga/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi there,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    Can you please add the code below to Parameters and Options > Custom CSS (so on that page only):

    a.vc_gitem-link.prettyphoto.vc-zone-link.vc-prettyphoto-link {
    pointer-events: none !important;
    cursor: default !important;
    }