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 ADSelfService Plus?

                    • Related Articles

                    • How to change login page image/logo in SCP 8.1

                      1. Go to Admin - > Global settings - > Application settings - > Settings. 2. Under Logo settings, you can import a custom image with the specified size, and you can use the image to be shown on the login page.
                    • Login Page customization

                      Change logo in the login page: -> First go to Global Settings --> Application Settings --> Customize login page -> From the insert image drop-down, you can upload the picture that you would like to show on the login page. Please make sure that the ...
                    • Company logo in Request Print Preview

                      It is important to have the organization/company logo in the print copy of the request as it is a part of the access management procedure requested by the audit team. As per the current application design, having the organization/company logo in 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 ...
                    • To center the Login page logo in SupportCenter Plus 11.0

                      By default, the logo for the login page in SupportCenter Plus is aligned to the left. Like below: To have the logo aligned to center, please go to Global Settings --> Application Settings  --> Customize now Under logo-heading, text-align: center; can ...