Change the font colour of "search results" in the create incident record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 10:33 PM
Requirement: Change the font color of "Search Results".
OOTB Behaviour:
Expected Behaviour:
Steps need to be followed:
1. Navigate to the create incident record producer in the employee center.
2. Inspect the web page and find the CSS rules for the "Search Results" element.
3. Copy the CSS rule of the "Search Results".
span.cxs-results-title.ng-binding{
color: $text-white;
}
4. Change the application scope to Employee center core and open native ui and navigate to [All > Portals > Employee center].
5. You can view the theme field (EC theme) in the Employee center record.
6. Click on preview icon and click on open record.
7. Change the application scope to Employee center and paste the CSS rule copied in the CSS variables field and change the "colour" attribute.
8. Save the record and verify the Search Results font colour is changed as expected.
Can suggest me if they are any other approaches. Thank you in advance.
- 241 Views