How to prevent the click event using CSS? January 18, 2023 by Tarik You can try the css class: .noClick { pointer-events: none; }