Bootstrap 3 Bootstrap 4 Bootstrap 5 CSS Disabling click on a href using css by admin July 24, 2022July 24, 2022Leave a Comment on Disabling click on a href using css Adding below CSS you can achieve the disabling the click in ahref pointer-events: none; cursor: default;