Hi,
When my cursor hovers over my photos on my homepage I can see the file URL in the lower left hand corner. How can I get rid of that?
I have put my log-in credentials in private content.
Thanks.
Hey steveorrmedia,
Thank you for the inquiry.
This is a default browser feature that we can’t control unless you’re willing to disable the link or the lightbox. To address this, you will need to remove the href attribute from the image link or add this css code.
.av-masonry-entry {
pointer-events: none;
}
Best regards,
Ismael
Ismael,
I added the css code and it has solved my problem.
Thank you for your help!
Best,
Steve Orr