Remove number hyperlink

Hi all,

I have a charity website and they have a charity number at the bottom.

This number forms a hyperlink and I do not want it to! - I have tried several things and it’s still showing as a link and tries to call it!

Any ideas please ? - I remember having something like this before and I did something and it went……for some reason I can’t work out what it was!!!

I want it to target just that number only and not remove hyperlinks to others which are needed!

Thanks all.

1 Like

As per @Jannis link above for the meta tag.

Note: that will disable auto linking on the whole page.

If you want to just disable the charity number itself from auto linking, I am pretty sure you can use the BS helper class

.pe-none

That disables pointer events.

3 Likes

Thanks both for your help.

Yeah the way I did it, removed all linking on the website as mentioned - I will try the way to target the number I want to remove.

Thanks both