Megamenu – how to display only main categories

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeMegamenu – how to display only main categories

This topic has been marked as resolved.

Hi

is there any possible way to display only main categories without subcategories in megamenu?
I tried to set levels to 0 but this doesn’t have any effect.
My problem is that there will be a lot of main categories and subcategories.

December 18, 2014 at 9:59 pm #35853

Hi,

Do you want something similar to the default OC multi-column menu?

BR,
ThemeBurn team

December 21, 2014 at 1:25 pm #35899

Hi

I’ve already solved it but forgot to post it here…
made some changes to css and it looks now as i wanted

December 21, 2014 at 4:42 pm #35914

Will be grateful, if you share your changes, so that others can benefit too :)

BR,
ThemeBurn team

December 22, 2014 at 4:55 pm #35956

Hi,

in Custom Stylesheet I added this:

#main_navigation .tb_nav .tb_megamenu > .tb_submenu > .tb_row > .tb_wrap > [class*="tb_col_"] > ul > li > .tb_submenu {
  display: none;
}

so sub categories are not displayed…

December 23, 2014 at 3:57 pm #36000

Thanks :)

December 29, 2014 at 4:00 pm #36110
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.