Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1098252

    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?

    • This topic was modified 5 years, 6 months ago by tcp5004.
    #1098282

    Hey tcp5004,

    Can you screenshot what you want to remove?

    Best regards,
    Jordan Shannon

    #1098308

    Hi.

    I want to show the menu and remove the link.

    • This reply was modified 5 years, 6 months ago by tcp5004.
    #1098696

    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

    #1098700

    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;
    }
    
    #1099143

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.