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