Make question appear as bold in service portal

amaradiswamy
Kilo Sage

Hi All,

I have a single line text variable in catalog item, now i want to make question appear as bold. How can i do that and it should work in serviceportal sc_cat_item page also.

Thanks and regards

Swamy

8 REPLIES 8

Hi ,

Any luck in achieving this requirement?

thanks,

sivaranjani

Sivaranjani,

Below worked for me in Kingston, London and Newyork release version. As we are targeting DOM, it is a best practice to test this for every upgrade of the instance.

1. Navigate to Service Portal --> Pages

2. Open Page with ID as sc_cat_item

3. In page specific CSS write below. In below example, the backend variable name of my variable is hard_drive

#hard_drive > div > label

{
font-weight:bold;

}

General

#nameofvariable > div > label

{
font-weight:bold;
}

 

Yaraslau
Tera Guru