Hey,
We use the magicmenu extension, and have a problem with the css. Exists this class
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
margin-left: 5px;
opacity: 0.3;
vertical-align: 0;
}
and it applies to this menu
<li class="level0 category-item level-top cat nav-2 dropdown hasChild parent">
<a class="level-top" href="https://dev.pegada-verde.pt/pt_pt/saude-bio.html"></a>
</li>
and thats correct but only applies to two of the menus the next one the only differente is that is not nav-2 and is nav-3 in classes, but the icon does not appear. Same goes to nav-4/5/6 etc.
I already cleared and flushed the cache, compiled and reindexed but it does not want to appear.
There is any reason for this to happen?
Thanks