Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

APM logon page customization

CDG
Nimbostratus
Nimbostratus

How to remove the annoying default background from the logon page header. If I set the Header background Color to white (FFFFF), I always get a faded gray with diagonal lines. It seems that there is a default background image that is customized by the Header background Color selection but it doesn't like white.

 

Is it possible to set the page header to a pure white?

 

2 REPLIES 2

woytaz
Altostratus
Altostratus

Hi,

 

From location /var/sam/www/webtop/public/images/my/ copy via scp to your computer file header-transient.png edit it with paint (make it white) name it header-white.png upload it to the same location. Then you have to make modification in apm_full.css so you need to access Advanced Customization I'have version 13.1.1 so path is Access ›› Profiles / Policies >> Customization >> Advanced select from tree your profile click the apm_full.css find in the code text header-transient.png and replace with header-transient.png

 

Lucas_Deneken_3
Nimbostratus
Nimbostratus

It worked great, thanks for the solution.