How to use custom Bootstrap color on Icon Link widgetIssue By OOB design, in the Instance Options for Icon Link widget, customers can use 1 of the 5 Bootstrap colors [Primary, Success, Info, Warning, Danger]. However, the customer might want to use some other color. This document how to achieve this.CauseAt present OOB, these colors are predefined and can not be added more under this. However, customer can add custom color to the CSS class of the image on the icon linkResolutionTo change the color of the icon on the Icon link widget, 1. Navigate to Service Portal > Widget instances2. Search for instance Name for which change is needed3. Add the following CSS, assuming using the fa-laptop bootstrap icon been used.fa-laptop{color: #fdda24;}