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

                    • 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, ...
                    • 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 ...
                    • 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 ...
                    • How to use URL ( external link ) in the service catelog - service templates in self service portal

                      The application has an option to add link in the self service portal customization. But if the requirement is to add the URL inside the below templates The requirement is that , to have a specific template that can redirect to an external URL and not ...