How to make text of Label type in Bold

taqdeer
Tera Contributor

Hi All,

I want to make Header in Bold. I have created it as of Label Type and I am not able to make it bold and big. Could any one please help me in making this text bold. Below is the screenshot for the reference.

customization is header here. I want to make it bold in black color.

find_real_file.png

26 REPLIES 26

Pranesh072
Mega Sage

Are you using this catalog on service portal also?

Hi Pranesh,

Yes this catalog will be used on Service portal also

goto sp_page table and search for your page.

 

OOB will be sc_cat_item page.

find_real_file.png

Goto css and update this code 

#label_name> div > label

{

font-weight:bold;

}

find_real_file.png

 

it will look like this 

find_real_file.png

is it working?