Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

How can I add a logo to the bottom part of the login and error pages?

Step-by-step guide

To add a logo to the bottom part of the login and error pages, use the custom CSS function described in detail in the Ubisecure SSO Login UI Customization document.
 
 An example #footer code is given below: 

#footer
#footer {
	background-image: url("https://ubilogin.ubisecure.com/extranet/css/images/logo.png ");   
	background-position: center center;   
	background-repeat: no-repeat;   
	padding-top: 150px;   
	text-align: center; 
}



  • No labels