Reputation: 1
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.
I also tried to use the below but once save and run, icon was removed and the image was not appearing.
Upvotes: 0
Views: 1900
Reputation: 8518
Normally, if you are using Universal Theme, you would rely on the FA icons you have available in APEX.
Then, to change this
Shared Components --> Navigation Bar List --> Desktop Navigation Bar
Press in &APP_USER
( sequence 10 ) and you will enter this section
Select the picture you want ( in my example I would select the fa-user-clock ), save your changes and run the application.
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