I try this CSS but do not work
.single .big-preview.single-big {
pointer-events: none;
}
Hey Stefano,
Please try to use this CSS code instead:
.single .big-preview a {
pointer-events: none;
}
Hope it helps.
Best regards,
Nikko
Don’t work may be
.big-preview.single-big a {pointer-events: none!important;}
.fullsize .big-preview.single-big {pointer-events: none !important;}
Hi unicaweb,
Did the code you mentioned work? I could not see your site as it shows this on my end:
This site can’t be reached
www.mylabrador.it took too long to respond.
If that still does not work, most likely the issue is caching (it’s fetching old css).
To fix this, disable CSS file merging and compression in Enfold > Performance.
And clear cache if you have a caching plugin.
Best regards,
Nikko