.wd-entities-title a { pointer-events: none; /* Disable pointer events on the anchor tag */ text-decoration: none; /* Remove underline (if present) */ color: inherit; /* Inherit text color from parent */ } .wd-entities-title a:hover { cursor: default; /* Set default cursor on hover (optional) */ }