Hide the "Request , Knowledge" label from Employee Centre tiles

will_forster
Tera Guru

Does anyone know how to hide tile labels as per the subject above ?

 

It is frurstrating for a customer of ours as we have the create incident tile but it is clearly not a request. See Screenshot below.

 

will_forster_0-1713794760637.png

 

1 ACCEPTED SOLUTION

Dom Gattuso
Mega Sage

@will_forster  You will want to modify the CSS on the widget instance for "Topic Content"

 

1. Navigate to Service portal > Widget instances

2. Search for Widget = Topic Content 

3. Within the widget instance record, in the CSS field add: 

.card-badge{
 	display:none; 
}

 

 

 

View solution in original post

3 REPLIES 3

Dom Gattuso
Mega Sage

@will_forster  You will want to modify the CSS on the widget instance for "Topic Content"

 

1. Navigate to Service portal > Widget instances

2. Search for Widget = Topic Content 

3. Within the widget instance record, in the CSS field add: 

.card-badge{
 	display:none; 
}

 

 

 

Hello, 

with below option we can hide card badge, but how we can change these card titles. 

I have the request for updating the card title 'Article' as 'Help Document' for the same page. how we can update that?

Please suggest the solution.

 

Thannks,

Sonali Pawar

will_forster
Tera Guru

will_forster_0-1713857425818.png

This has worked