Limit the number of subclasses in the menu display

ThemeBurn SupportForumsOpenCart ThemesBurnEngineLimit the number of subclasses in the menu display

This topic has been marked as not a support question.

We have too much classification, menu looks too big now, I don’t know how to limit the number of his shows, can you help me?

 m28m
February 17, 2017 at 4:33 am #56548

Hi,

Unfortunately there is no option to limit subcategories at this moment, but only to hide them with some extra CSS:

.tb_subcategories .tb_list_1 > li:nth-child(n+6) {
  display: none;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

February 20, 2017 at 11:17 pm #56693

Hello, i want the catalog like the attach file please check it. Thank you for your help!

Best Regards
Ken

 m28m
March 10, 2017 at 4:39 am #57268

Hi,

Unfortunately, this is not possible without a heavy modification which is not included in the support we offer here.

BR,
ThemeBurn team

March 12, 2017 at 11:50 pm #57357
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.