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

    Hi,

    I need to disable the links in the gallery post , ie when you click does not lead anywhere.

    Thank you in advance . Sorry for my English.

    #643189

    Hey xxosema,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    a.av-masonry-entry.post{
    	pointer-events:none;
    }
    

    Best regards,
    Vinay

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