Hello,
I added a div to my helper-responsive-megamenu.php file, that adds a div into every li of the navigation. I want to use this div to add custom pictures to the menu items. So i also added the menu item ID to the classes, to make them customizable.
But now, although I added the CSS that says, display: block !important; for the divs Class, the divs are set display: none and opacity:0, when not on hover. I do not know where this CSS comes from, due to the fact, that the firebug just says element.style. So I guess it must come from some php file. Do you know what function hides my div inside the menu li?
Thank you in advance.
Hey ConstantNation!
Please show us a live version of your site, so we can understand the issue and try help you out.
Best regards,
Basilis
Hey Basilis,
thanks for your reply. The Link and informations below:
Hey!
use this code to make them visible all the time:
div .nav_images {
opacity: 1 !important;
}
Regards,
Andy
perfect, thank you :)