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.