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

Big IP APM customized logon background image not loading and language from right to left

eyalco
Nimbostratus
Nimbostratus

We are using Big IP version BIG-IP 15.1.3 Build 0.0.11 Final and have succesfully integrated Horizon with Big IP APM. The only thing we are trying to accomplish is to change the background image to a locally stored image on the F5 APM and currently is not loading.

i crate Mordan access policy and  in the Customization Advanced- user-common.css i put this code:

.apmui-main { background-image: url(/Common/PoolBanner.png;}

but the image not loading 

 

0691T00000F8AZMQA3.jpg

0691T00000F8AZWQA3.jpg

 

 

Second thing is it possible to align the caption of the language from right to left such as in Hebrew or Arabic

Please help

1 REPLY 1

CA_Valli
MVP
MVP

Hello, to use an image you will need to import it into Profiles > Customization (General) > Branding > [ your access profile tree ]

then copy and paste the full value for the path of the locally stored image into your CSS, you already have correct syntax just fix the path.

 

This will be one sample value

0691T00000F95TBQAZ.png 

 

For text alignment, you should have the option to do so with CSS using direction:rtl , try:

 

body {direction:rtl;}