How to Disable a link by CSS Code

How to Disable Link

Open Style.css section and paste this code in class which you want to disable link-

pointer-events: none;
cursor: default;

Then save CSS file.