This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Menu SideBar - hiding plans
#6
You can only hide it via Custom JS, replace 156 with plan ID of the plan that is right after the second level folder (see the screenshot below).
Code:
$(function() {
  $('#menu-plan-156').prev().hide();
});
   
Reply


Messages In This Thread
Menu SideBar - hiding plans - by Monolithos - 16.08.2017, 15:28
RE: Menu SideBar - hiding plans - by admin - 17.08.2017, 08:18
RE: Menu SideBar - hiding plans - by DGrandes - 02.12.2020, 10:43
RE: Menu SideBar - hiding plans - by admin - 02.12.2020, 10:54
RE: Menu SideBar - hiding plans - by DGrandes - 03.12.2020, 08:10
RE: Menu SideBar - hiding plans - by admin - 03.12.2020, 08:24
RE: Menu SideBar - hiding plans - by DGrandes - 03.12.2020, 17:47

Forum Jump: