Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #491868

    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.

    #491927

    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

    #492292

    Hey Basilis,

    thanks for your reply. The Link and informations below:

    #492863

    Hey!

    use this code to make them visible all the time:

    div .nav_images {
    opacity: 1 !important;
    }
    

    Regards,
    Andy

    #492928

    perfect, thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Where does the menu CSS come from when adding a DIV to the NAV?’ is closed to new replies.