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

                    • Related Articles

                    • How to customize requester home page

                      Use case In the requester home page, each box should be a button and when clicked anywhere on the box they should be redirected to the respective Subcategories to select the Incident or Service Template or the Solutions. The first box should be with ...
                    • Difference between Self Service Portal Settings and Customer Portal Settings

                       Self-Service Portal Settings :  The self service portal is used to customize the portals in the admin tab inside each portals. Admin -> Self Service Portal.   In self service portal settings, you can customize certain modules (Request , Contacts, ...
                    • 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, ...
                    • 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 ...
                    • Login | Customize Login page and add JS scripts

                      Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...