Advertisement
Aurangajeb

Make hyperlink of the posts title/links un-clickable

Jul 20th, 2020
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. /*
  2. @ Make hyperlink of the posts title/links unclickable
  3. */
  4. td:nth-child(1) a:nth-child(1) {
  5.     pointer-events: none;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement