• Resolved lubom

    (@lubom)


    Please, can you help me. I install the plugin and it seems to be the best one for me, but it doesnt appear my submenus at all. In a standard version there is a submenu, but in shiftnav isnt.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi lubom,

    You have some way too generic styles coming from the theme that are hiding all submenus (rather than just applying to their own menu code)

    You can override the theme code like this:

    
    .shiftnav .sub-menu{
    	opacity:1;
    	visibility:visible;
    }
    

    and that’ll display your submenus

    Hope that helps! ??

    Thread Starter lubom

    (@lubom)

    Thanks!

    Plugin Author sevenspark

    (@sevenspark)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submemu doesnt appear’ is closed to new replies.