Note: The latest Cumulative Patch for Identity Portal needs to be applied if using Virtual Appliance.
To set the branding for Identity Portal 14.1 for Virtual Appliance. Navigate to the Branding tab on the top on the bar as shown in the below image:
Click the Logo and select these attributes:
background-image
background-size
height
width
In the image above are some of the sample values I put in. Adjust these as necessary:
background-image: <image-name.jpg>
background-size: contain
height: 100
width: 150
The next is to change the logo on the icon when clicking the left-handed panel.
The above show
1) In the branding tab click the Key on the view section
3) Change logo to desired image. This will change the image on the login screen
For changing the logo on the panel on the left follow these steps:
1) Under custom click the "+" icon
2) Add this for the "Add CSS Selector Name"
[image-error="../static-html/images/CA_logo@2x.png"]
and
3) Add .nav-menu-header
The first custom script we have added: [image-error="../static-html/images/CA_logo@2x.png"] .
Follow these steps to add onto Identity Portal attributes
1) Click add attribute and look for other
2) enter in display -. value as "none"
In .nav-menu-header this one is a little tricky.
add background-image attribute, background-position, background-size and background-repeat
The values should be as lsited below:
background-image: select desired logo
background-position: right
background-size: contain
background-repeat: no-repeat
Hi,
The above information is really very helpful. But when I am adding the css attribute [image-error="../static-html/images/CA_logo@2x.png"] and saving it's getting saved.
But If I am logging in back again the css attrbute [image-error="../static-html/images/CA_logo@2x.png"] which I added is getting removed automatically and therefore I am not able to add the company logo.
Hence please suggest the solution if possible.
Thanks