[ad_1]
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