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 the changes, the Login button on the login page appears as below,
New to ADSelfService Plus?
Resources
Related Articles
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 ...
To replace redirecting link instead of “Forgot password” in Login Page
1. Remove "forgot password" alone referring the below link, as we cannot change the link for forgot password. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000990619399/en 2. Customize their own login page ...
Remove text content in Login page and insert custom content
Please note that, we can only provide the Hyper link to the entire text present there i.e. to ServiceDesk By GOOGLE and CANNOT apply the hyper link to "GOOGLE" phrase alone. In order to achieve the same, navigate to the Admin->Self-Service Portal ...
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 ...
How to modify text in self service portal home page
Use case In requester home page, we have a default template with buttons such as "Create an issue", "Request a service", "View All Solutions". We can modify the text to our own words Solution 1. Login as Admin, go to the Home Page, click on Edit ...