Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 2 Online 3,047 Members

Disable "Check Ticket Status" widget

2 Posts
2 Users
0 Reactions
128 Views
Posts: 3
Topic starter
(@synopsis)
Member
Joined: 4 years ago

Hello,

Is it possible to disable the "Check Ticket Status" widget on the user panel ?

Thanks,


1 Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Hi Synopsis,

There isn't a way to disable it. But you can hide it by adding the following to Admin Panel > Theme Options > Custom CSS:

div#check-status {
display: none;
}

.client-choice {
width: initial;
}

You'll probably want to hide the Check Ticket Status navigation link as well. In which case you should also add:

a.status {
display: none !important;
}


Reply
Share: