How to use "Bootstrap class name" on widget instance

yundlu316
Kilo Guru

How exactly are you supposed to use the Bootstrap class name field on Widget Instances?  We've tried to add some page level CSS and then put in the class name defined there in that field, but it doesn't seem to do anything.  Any suggestions on how that's used and if we can apply specific CSS to a Widget Instance?

find_real_file.png

3 REPLIES 3

sachin_namjoshi
Kilo Patron
Kilo Patron

You can find bootstrap class name usage in below post

 

https://community.servicenow.com/community?id=community_question&sys_id=fc924ae61b048c18d01143f6fe4b...

 

Regards,

Sachin

Thanks for this link, unfortunately all the pictures for the correct answer are unavailable.  If you are able to see it, would you mind pasting it here?  Thanks!

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

Can you try adding below in your CSS code for the page

.color_box span{
color: gray !important;
}

Once done call it in your Bootstap & check for the difference.