• Hi,

    Just a quick question, I removed the sub menu items from the dashboard link in the “Admin Menu” section, it has removed the menu items but when I hover over the Dashboard link I am getting a blank popup where the sub menu items used to be. Is there any way to remove this blank popup?

    Thanks in advance.

    http://wordpress.org/plugins/ag-custom-admin/

Viewing 1 replies (of 1 total)
  • Hi James,

    This is not yet implemented, but you can add some custom CSS to fix this. If you go to AG Custom Admin -> Advanced tab -> Custom CSS, please add this code:

    #menu-dashboard .wp-submenu.wp-submenu-wrap{
    display:none;
    }

    Thanks for reporting this issue, we are looking forward to fix this in near future.

    Thanks,
    Argonius

Viewing 1 replies (of 1 total)
  • The topic ‘Sub menu items’ is closed to new replies.