Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Add Custom Image to The Navigation Bar List

Hello everyone,
I'm having trouble applying an image icon to the Navigation Bar List.

With this code below I can solve in parts the problem, what happens still is that on other pages of the application I should put the same code, and are several pages, I believe not be the best way.

#menu_L182432020203430184_0 .a-Menu-statusCol{
background-image:url(#APP_IMAGES#Map.png);
background-size: cover;
width: 25px;
height:25px;
}

I tried to set the icon through the shared components > the navigation bar list > Desktop Navigation Bar > Entry i want to add the icon > Image/Class > #APP_IMAGES#Map.png
That way the image is not presents, and of course I added the Map image.png in the static files.

I appreciate the help if anyone knows how to solve this problem

This post has been answered by fac586 on Feb 22 2022
Jump to Answer
Comments
Post Details
Added on Feb 22 2022
6 comments
2,441 views