• Resolved alpaliska

    (@alpaliska)


    Hi Joe!

    I would like to remove the links on the bottom of the marker’s pop-up window. Is there any way to do that? See the photo: https://imgur.com/a/uYR2SUb, links marked with red arrows.

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @alpaliska,

    Thanks for reaching out. You can hide these links with the following CSS:

    .waymark-description-link {
      display: none !important;
    }

    Or each link individually like so:

    .waymark-description-link .waymark-map-link {
      display: none !important;
    }
    
    .waymark-description-link .waymark-collection-link {
      display: none !important;
    }

    I hope this helps.

    Cheers,

    Joe

    Thread Starter alpaliska

    (@alpaliska)

    Thanks man! Useful as always, really appreciate it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.