• It would be useful to be able use a line as a separator in the Admin Menu when using Admin Menu Editor plugin – the gap is good but not always very obvious in a busy menu. Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author BERJAYAJanis Elsts

    (@whiteshadow)

    Custom separator styles are only available in the Pro version, but you could also change separators with a CSS snippet. For example, a basic white line:

    #adminmenumain #adminmenu li.wp-menu-separator {
    height: auto;
    }

    #adminmenu li.wp-menu-separator .separator {
    border: none;
    background-color: #ffffff;
    height: 2px;
    }

    You can add CSS to the WP admin with plugins like Add Admin CSS or Admin CSS MU.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.