[SiteFinity 5] Multiple Menus on a page

Posted by Community Admin on 03-Aug-2018 13:22

[SiteFinity 5] Multiple Menus on a page

All Replies

Posted by Community Admin on 14-Mar-2012 00:00

Hello
First of all, take a look at this site (under construction...): then rollover and then click on PI AREA button.
In this page there is a second menu; I would like that the links of this menu not to appear in the dropdown PI AREA item.
If the solutin is to assign different skins or css class wrapper, well...I don't know how to do.
Thanks
Diego

Posted by Community Admin on 14-Mar-2012 00:00

If it'll always be the last menu item you could just add some CSS to hide it perhaps?  If it won't be the last item you'd probably need to use jQuery to add a class to the menu item then style out it's slide

This should work

.rmLast .rmSlide
   display:none !important;

Posted by Community Admin on 15-Mar-2012 00:00

Thanks Steve
I'll try your hint
Diego

This thread is closed