http://cpa.maximfactory.com/turn-your-vacation-into-a-tax-deduction/
I would like to make it so photos are not enlarged when they are clicked on in posts.
Thanks.
Hey!
Try adding this code to the Quick CSS:
.single-post a[rel='lightbox'] {
pointer-events: none;
}
Cheers!
Josue
That worked, thank you.
You are welcome, glad we could help :)
Regards,
Josue