Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192883

    Hi,

    We’re trying to implement a custom menu based on a vertical list of icons, with a hover on each icon showing a submenu, like this: http://lifestop10.com/wp-content/themes/l210/menu.html

    Additionally, we installed a wp plugin called slick-tab where we want to implement the custom menu.

    We set up a plain-jane menu using dreamweaver and its built-in sprymenu library (what you see in the link above) and tried to implement it by inserting the html code into the widget area of the slick-tab. However it seems like something (we’re almost certain it’s not slick-tab) is conflicting with the display of the icon submenus. To see what we mean, take a look at the interim result at http://lifestop10.com/

    Our main question is — Is there a tutorial or something like that which shows how to reuse the avia-menu css to implement what we need instead of adding even more css just to implement it?

    Sincerely,

    Chad

    #193292

    Hi ChadRichardFlorida!

    Try to insert following code into the quick css field and the sub-menu list should work

    
    .textwidget ul {
    overflow: visible;
    }
    

    Best regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Reuse the avia-menu classes to set up custom menu?’ is closed to new replies.