making a label bold on service portal

amap
Mega Contributor

I want to make the oob label bold in service portal, I am new to service portal. I want to make the below label bold without having to clone the widget, can I do it on the page level and how with a CSS code snippet would be helpful. 

find_real_file.png

13 REPLIES 13

Ajaykumar1
Tera Guru

Hi,

OOTB widgets are read-only, you have to clone it. To make a text bold in CSS use font-weight: bold;

Regards,
Ajay

amap
Mega Contributor

Hi Ajay,

 

Can you help me with the steps?

I am having a hard time to locate the variable and update the CSS snipet

In nav bar enter sp_widget, search for the OOTB widget > open it and Clone Widget.

Enter  font-weight: bold; property in CSS field and test it

Eg.      p.thick {
         font-weight: bold;
            }

Regards,
Ajay

amap
Mega Contributor

The thing is I am not able to locate the widget which has this label