How to change requests advisory color in version 11.0?

How to change requests advisory color in version 11.0?

 for request advisory to be shown in yellow add the below snippet in ManageEngine/SupportCenter/custom/style/custom_style.css file


.advisory div.content


    background-color: yellow;

}



                    New to ADSelfService Plus?

                      • Related Articles

                      • To change the Header and Header tabs background color

                        1.To change the background Color the Header and tabs please go to --> /Users/sriram-2283/ManageEngine/ME/SupportCenter/applications/extracted/AdventNetSupportCenter.eear/AdventNetServiceDeskWC.ear/AdventNetServiceDesk.war/style Now edit the file --> ...
                      • Delete requests

                        If you would like to delete the older requests, you could use the below query. Connect to the Database For MSSQL: delete from workorder where dateadd(s,datediff(s,GETUTCDATE() ,getdate()) + (CREATEDTIME/1000),'1970-01-01 00:00:00') <= ...
                      • Script to Notify Support Reps when a new reply is received for Unassigned Requests

                        Please do follow the below steps to notify support reps when an unassigned request is updated or when a reply is received.  1. Download the configuration.json file, sendMail.py file, requestobj.json file from the below link: ...
                      • How to analyze when inline images crashes in Requests

                        If any image on the Request description is crashed like the below image, you can follow the below steps to analyze the issue. Steps to analyze: Right click on the image in the request description and click on Inspect, and there will be an IMG html ...
                      • Scripts to update request status when a new reply is received.

                        Please do refer to the below steps to change the status when a Contact sends a new reply to the ticket. 1. Download the script files from the below link and extract them and place it under..\ManageEngine\SupportCenter\integration\custom_scripts - ...