• Hi,

    when I put some portfolio images I dont want to have a link when i click on the image.

    How can i do that?
    thank you for your help

Viewing 1 replies (of 1 total)
  • Hello @soumimi,

    Do you mean you want to remove the link on the title when hovering on the image?

    If yes, please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    section.gallery-section .text-holder .gal-title, section.gallery-section .text-holder span.sub-title {
        pointer-events: none;
    }

    If this was not the answer you were looking for, please let us know for further assistance.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘no link on my portfolio image’ is closed to new replies.