The CreatorCon Call for Content is officially open! Get started here.

How to change the background color of the tootoltip

raveena2
Kilo Expert

Want to change the black color   to some other color .Can we do this?

2 REPLIES 2

Manjul Katare
ServiceNow Employee
ServiceNow Employee

Hi Raveena,



You would not be able to change the background color of the tooltip on the platform side. But you can on CMS pages.


Check this out:


Screen Shot 2016-02-20 at 11.52.51 PM.JPG



Just add below snippet in "Gray CSS - Base" stylesheet.



div.tooltip.top .tooltip-arrow {


  border-top-color: #d1232b;


}


div.tooltip div.tooltip-inner {


      background-color: #d1232b;


}



Hope this help!


-Manjul


Hi Manjul,


Thanks



Regards,


Raveena Bhatia