Hi,
I’d like to turn off the singel preview image of my blog. I acctually don’t need that.
Tried with:
.single .big-preview.multi-big {
pointer-events: none;
}
But doesen’t worked
Btina
Hi Bettina!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard
Of course! Here is the link http://kosmetik-marianne.ch/was-die-haut-altern-laesst/
Do you also need the login?
Cheers,
Btina
Hi!
Please use following code instead
.single .big-preview.single-big {
pointer-events: none;
}
Regards,
Yigit
Hi Yigit
OK, that worked!
Thank you!
Btina