Hi.
I want to remove the sidebar parent menu link. (NOT THE MAIN MENU LINK)
I want to show the parent menu, and remove link.
Is it possible technically?
Hey tcp5004,
Can you screenshot what you want to remove?
Best regards,
Jordan Shannon
Hi.
I want to show the menu and remove the link.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.sidebar .current_page_parent a {
pointer-events:none;
}
.sidebar ul.children a {
pointer-events:auto;
}
Best regards,
Rikard
Hi, Rikard.
Thank you for your reply.
It works GREATLY!
.sidebar .page_item_has_children a {
pointer-events:none;
}
.sidebar ul.children a {
pointer-events:auto;
}