From 65df3525a43c3007441a59549732c6e0ebfe43ea Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 2 Apr 2026 12:29:37 -0500 Subject: [PATCH] Disable event title links for officials managers --- includes/sp-officials-manager-role.php | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/includes/sp-officials-manager-role.php b/includes/sp-officials-manager-role.php index 6b1523a..e72313d 100644 --- a/includes/sp-officials-manager-role.php +++ b/includes/sp-officials-manager-role.php @@ -320,11 +320,60 @@ function tony_sportspress_limit_event_admin_ui_for_officials_manager() { .post-type-sp_event .wrap .bulkactions { display: none; } + + .post-type-sp_event .wp-list-table .column-title .row-title { + color: inherit; + cursor: default; + text-decoration: none; + } +