How to hide subcategory for some category in the menu.

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHow to hide subcategory for some category in the menu.

This topic has been marked as not resolved.

How to hide subcategory for some category in the menu.as i want to hide subcategory of some category and i was unable to do that , please suggest.

 

For example :

Three categories

1. A  (Subactegory : a1,a2)

2.B (Subactegory : b1,b2)

3.C (Subactegory : c1,c2)

 

and i want to hide the subcategory of  B category in menu.

 

Thanks in Advance.

September 15, 2016 at 9:36 am #50953

Hi,

For the moment this is only possible to do with some custom CSS:

1) Use the inspect tool of your browser to get the unique class for the subcategory link

http://i.imgur.com/Tp5maKJ.png

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

.tb_menu_category_ID1,
.tb_menu_category_ID2,
.tb_menu_category_ID3,
.tb_menu_category_IDN
{
  display: none;
}

BR,
ThemeBurn team

September 20, 2016 at 1:32 am #51125
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.