Change the font colour of "search results" in the create incident record producer.

shivatmika_19
Tera Guru

Requirement: Change the font color of "Search Results". 

OOTB Behaviour:

Screenshot 2024-11-27 at 11.50.51 AM.png

Expected Behaviour:

 

Screenshot 2024-11-27 at 11.57.05 AM.png

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.

0 REPLIES 0