How to not show sub-categories.

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeHow to not show sub-categories.

This topic has been marked as not resolved.

Hello

I changed the main categories in home page. I have a new menu with a lot of sub categories but i don’t want them to appear when mouse cursor on it. Closing the mega menu option didn’t help either. Thank you in advance.

 burake
April 16, 2017 at 12:28 pm #58303

Hi,

Can you please provide some more information? For the moment we are not able to fully understand your request. If appropriate, you can attach some screenshots to better illustrate, what exactly you mean.

BR,
ThemeBurn team

April 17, 2017 at 6:44 pm #58318

http://i.hizliresim.com/ALNAXv.jpg

I’d like to remove that MAcs and Windows Sub menu without removing or deleting those categories. I mean categories will be shown inside once i click Software. I dont want to show that menu style on homepage.

 burake
April 18, 2017 at 2:25 pm #58361

Hi,

Unfortunately your request is not possible to fulfill at the moment. You will need to either:

1) Hide submenus with some extra CSS:

[class*="tb_menu_category_"]:after,
[class*="tb_menu_category_"] > a:after,
[class*="tb_menu_category_"] .dropdown-menu
{
  content: none !important;
  display: none !important;
}

2) Use link menu types instead of categories.

BR,
ThemeBurn team

April 25, 2017 at 12:02 am #58538
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.