Replies: 0
Hi there,
on my site there is the following div on every page:
<div id="um_view_photo" style="display:none">
<a href="#" data-action="um_remove_modal" class="um-modal-close"><i class="um-faicon-times"></i></a>
<div class="um-modal-body photo">
<div class="um-modal-photo">
</div>
</div>
</div>
It creates an unnecessary link to follow for bots so I would like to delete it. Can you delete it with the next update or tell me how to delete it myself?
Thanks in advance!