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.
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
