Mega Menu

Posted in: Newsmag
Post count: 17

Hi there,
Could you give me a help to find the way to get only one category on Mega Menu please?
If you have a look on these screenshot, I’d like “Tous” (meaning All) and “A ne pas louper” (meaning Featured) on the main line. Not all the category in alphabetical order >> http://i.imgur.com/ZOi2s99.png?1
I’ve under the sub-categorie “Musique”, “Inspiration”, “Lifestyle” and “Web”, fine for me.
Thanks in advance.
b.

Post count: 7909

Hi,

You can do this with custom css for first item of your main menu: http://screencast.com/t/PDThCf2Nh

.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a{
display:none;
}
.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a:first-child{
display:inline-table;
}
.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a:nth-child(2){
display:inline-table;
}

If you want to do this for all megamenu subcategories, you have to change this value: http://screencast.com/t/5iLiIfNj

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.