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

if you press CTRL + Right Click on the widget, it will show you options related to that widget. 
Click on "Widget in Editor" and then you can clone the widget from there. 

find_real_file.png

Please mark answer helpful or correct based on the impact of the response.

Thanks

ishan parikh

I clone the widget i add the css part to make alabel bold.

where do i write the script what is the syntax ,and after saving the cloned widget does it take the the latest saved.

find_real_file.png

Hi,

Remove p. thick 

                     {

                      }

and keep font-weight : bold

regards,
Ajay

Sateesh Kumar 2
Kilo Guru

Hello,

 

Make use of the CSS in pages(check the screenshot). Also to ensure it overrides other CSS for the same element use important

eg:

.h3 {
   font-weight: bold !important;
}

Inspect the description element and get the right id of the element or the tag to apply this style.

find_real_file.png

 

Regards,

Sateesh Kumar Devadoss

Hi Sateesh,

here is what i did, i am new to service portal stuff, finding a hard time in following stuff, can help me step by step to to make the oob highlighted label bold

find_real_file.png

 

find_real_file.png