• Resolved opus13i

    (@opus13i)


    Screenshot: https://imgur.com/a/1u9HTGG

    How do I remove the ‘Get started’ link in the submenu? I incessantly muscle-memory click on it expecting it to be the main list (like all other post types have).

Viewing 1 replies (of 1 total)
  • Plugin Author echoplugins

    (@echoplugins)

    Hi,

    We don’t have any option to remove that item. However you can try adding this Custom CSS to your website and that should do the trick. The only issue is you will need to find a way to add this to the admin CSS. There might be a option in your theme to do this or you might need to speak with your web developer and they can add it to your child theme.

    #menu-posts-epkb_post_type_1 .wp-first-item {
      display:none !important;
    }

    Thank you,
    Dave.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove ‘Get Started’ link?’ is closed to new replies.