03.12.2020, 08:10
(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!