Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1423474

    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.

    #1423495

    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

    #1423548

    Ismael,

    I added the css code and it has solved my problem.

    Thank you for your help!

    Best,

    Steve Orr

    #1423567

    Hi,

    Glad to know that the modification resolved the issue for you. Please feel free to open another if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘File URL Appearing When Hovering Over Photos’ is closed to new replies.