Set Background color for Self service portal page

Set Background color for Self service portal page

To set the Background color for Self service portal page, login to the application as an administrator, goto Admin- Self service portal settings .

Click on Customize Self service portal, and click on Edit.

If you have already set any background image , you need to remove it to set the new background color. For removing the existing image remove the line below,

    <img src="/custom/widgets/SSP/search_widget/ssp-homepage-bg.png" class="pos-abs fw fh top0 left0">

Then in the first line next to,

<div class="ssp-requester">

insert the below,

style="background-color:#378aff"><div class="container mb30 pos-rel" style="max-width: 800px;">>

and finally the line should look like below,

<div class="ssp-requester"style="background-color:#378aff"><div class="container mb30 pos-rel" style="max-width: 800px;">>

and save. This will change the BAckground color to blue ( since i have set the font color #378aff of blue). You can set other color values as per the requirement.


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 customize the self service portal fonts

                        Under Admin>Self Service Portal>> Click on Customize Self-Service Portal Click on Edit  You can edit the below marked tag and customize it to your desired font and size.    <h1 style="font-family:Comic Sans MS; color:powderblue;">{{i18n ...
                      • 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 ...
                      • Hiding an element(button) for a specific account in Self-Service Portal

                        The below scripts meets the requirement of hiding an element in the requesters' Self-Service Portal, account-specifically. Script: function hideEle() { var accountid= document.getElementById("requesterAccountId").value; if(accountid=='3'){ //Use ...
                      • 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, ...