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.
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.