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
#5
(02.12.2020, 10:54)admin Wrote: You can hide plans via CSS (change 1 to your plan ID):
Code:
#menu-plan-1 { display: none; }

Change plan text via JS:
Code:
$(function() {
  $('#menu-plan-1 .a').text('custom text');
});

Thanks so much!!

I knew how to hide pages but I don´t know how to hide second level "folder". If folder is empty in levels/plan, this folder doesn´t appear, but if I hide this plans (inside this folders) by css or javascript, this folder appear in menu (empty).

Is there any way to hide this?
Is there any way to change this folders name?

Thanks!
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: