Change icons for the buttons in SSP

Change icons for the buttons in SSP

To change the default icons for the buttons available under SSP,





To change the Triangle icon for I am facing an issue, and similarly for the other two options, login to the application as an administrator, goto Admin- Self service portal settings, click on Customize self-service portal, and click on Edit.

Here search for ,

<div class="disp-c ssp-icon">
There will be 3 search results. 

To change the first triangle icon, include the text ,

<img src="..\custom\customimages\template-req.png">

below the the searched option <div class="disp-c ssp-icon">. MAke sure to place the desired image under MSP\Custom\Customimages path.

After adding the entry it should look like below,

                                        <div class="disp-c ssp-icon">
<img src="..\custom\customimages\template-req.png">
</div>

Similarly to change the other icons you need to place the required image in the custom\customimages path, and then add the image source entry like mentioned above, and save.

For the second icon to replace you need to search for <div class="disp-c ssp-icon"> and add the entries.

Finally the image will look like,




                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to customize icons in ServiceDeskPlus-MSP

                        How to customize icons in ServiceDeskPlus-MSP To change the icons the root directory of the image need to be found. It can be either found by Right Click on the Image>Insect Element. Most of the images are available at ...
                      • How to change image in Self Service Portal (Requester Login)

                        1. Under ManageEngine\ServiceDeskPlus-MSP\custom\widgets\SSP\search_widget paste the image you want to replace. 2. In the application, Under Admin>Self Service Portal>>Self Service Portal Customization>> Click on Edit  You can view the script on the ...
                      • How to get the login logo at the center ?

                        1. Login to the application as an administrator, goto Admin-> Self service portal settings-> Customize login page-> Customize Now 2. In the Edit page add entry &nbsp a few times as shown in the screenshot below, until you see it appears in the ...
                      • How to change the color of the Login button ?

                        Navigate to Admin->Self-Service Portal Settings->Login page customization and Add the below class under style as shown below, .btn-primary { background-color: #6600CC; } Above color code is for Purple, please use the appropriate color codes. After ...
                      • Remove change stage comment box and rename actions buttons

                        Is it possible to remove the comment boxes that appear when moving to the next stage? Yes, navigate to Admin->Change Template->Edit the necessary template->Field Status comments->Disable Mandatory option. Is it possible to rename the action buttons ...