• Resolved avrcata

    (@avrcata)


    Hello!

    Created a new custom button from AGCA > Admin Menu > Add New Menu Items
    The button appears on the last position in the left menu bar. I need to show the new button on top, right before (on top of) Dashboard. What file do I need to customise?

    Thank you!

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

    (@cusmin)

    Hi, thanks for trying out AGCA! There’s a way for doing that, something like this, please just change “My Menu Name” to your custom menu name, and add this to CSS field under Advanced tab:

    #adminmenu {
        display: flex !important;
        flex-direction: column;
    }
    
    #adminmenu [id="menu-My Menu Name"] {
     order: -1;
    }

    For more customization options and custom reordering, please consider upgrading to premium.

Viewing 1 replies (of 1 total)
  • The topic ‘Add custom menu item to top (before Dashboard button)’ is closed to new replies.