Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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: 

Code Block
iconfalse
languagecss
title#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; 
}

Filter by label (Content by label)
showLabelsfalse
max5
spacesKNB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KNB"
labelskb-how-to-article

...