noone
noone

Reputation: 1

Oracle Apex User Icon Change to image

I am trying to change the user icon image on Desktop navigation bar. Is there a way to change it? The image to use is not available in FA(Font Apex) default.

enter image description here

I also tried to use the below but once save and run, icon was removed and the image was not appearing.
enter image description here

Upvotes: 0

Views: 1900

Answers (1)

Roberto Hernandez
Roberto Hernandez

Reputation: 8518

Normally, if you are using Universal Theme, you would rely on the FA icons you have available in APEX.

Normal Icon for User in Desktop Bar

Then, to change this

Shared Components --> Navigation Bar List --> Desktop Navigation Bar

enter image description here

Press in &APP_USER ( sequence 10 ) and you will enter this section

enter image description here

Select the picture you want ( in my example I would select the fa-user-clock ), save your changes and run the application.

enter image description here

However, if you want to use a custom image, you need to be sure that the picture fits exactly in the same space within the desktop bar. If that is not the case, Apex will remove automatically the image and will show nothing.

Upvotes: 3

Related Questions