Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #852882

    Hi guys,

    I am looking for a way to disable 1 link from the masonry portfolio. I am using images with text on it that dont need to be linked. Is there some shortcode I can put in the custom link box that removes the link complete?

    #853204

    Hey Granis,

    Which link are you looking to disable exactly?

    Best regards,
    Rikard

    #853318

    The links on the images with the text on them.

    #854147

    Hi,

    Thank you for using Enfold.

    The masonry items have a unique ID attribute. Use it to disable the pointer-events property.

    #av-masonry-2-item-2431, #av-masonry-3-item-2461 {
        pointer-events: none;
    }

    This code will disable the first and second block.

    Best regards,
    Ismael

    #854659

    Nice, thanks that works :)

    #854821

    Hi,

    Great! Glad we could help. Please feel free to open a new thread if you need anything else.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove 1 link from masonry portfolio. Not all.’ is closed to new replies.