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

Community Alums
Not applicable

Is there a way to apply colored labels to a particular FORM in the portal v.s. the entire widget.  We don't want to have all labels on all forms colored.... There is only one group who is requesting this customization.  

 

It seems there should be a way to do it by sysid.... 

Sateesh Kumar 2
Kilo Guru

Hello,

Try the below code in your Page css

label {
font-weight: bold !important;
}

Doing this will make all label in the page to appear bold, but as there are no other label field in this page you can very well use this.

 

find_real_file.png

 

find_real_file.png

 

Hope this helps!

 

Regards,

Sateesh Kumar Devadoss.

Habib2
Tera Expert

yeah party is over, but might be helpful for future visitors.

it might be due to an version update, we have this simple step to get things done

* To make a label bold, increase font size or for any other decorations

just add a new variable with with type as 'Rich text Label'

find_real_file.png

This is really helpful and worked for what I needed. Thank you!