Page 1 of 1

Left Admin Menu

Posted: Wed Mar 17, 2021 5:45 am
by zipurman
This hook will add an optional left menu to your Phoenix admin. Similar to what the old OSCommerce used to have.

https://phoenixaddons.com/knowledgebase ... dmin-menu/

Re: Left Admin Menu

Posted: Wed Mar 17, 2021 2:53 pm
by KenSO
zipurman wrote: Wed Mar 17, 2021 5:45 am This hook will add an optional left menu to your Phoenix admin. Similar to what the old OSCommerce used to have.

https://phoenixaddons.com/knowledgebase ... dmin-menu/
(or icons)

Thanks for this addon. How do we change the blue color in left menu to same grey color as standard menu items (or icons)?

Re: Left Admin Menu

Posted: Wed Mar 17, 2021 3:18 pm
by zipurman
You could add to the hMenu.php style section:

Code: Select all

.zipur_admin_leftbar .text-primary{
        color: #222 !important;
    }
You can play with the color values ;)

Re: Left Admin Menu

Posted: Wed Mar 17, 2021 3:55 pm
by KenSO
zipurman wrote: Wed Mar 17, 2021 3:18 pm You could add to the hMenu.php style section:

Code: Select all

.zipur_admin_leftbar .text-primary{
        color: #222 !important;
    }
You can play with the color values ;)
Thanks Zip! That worked great :D

Re: Left Admin Menu

Posted: Tue Mar 30, 2021 11:22 am
by admin
Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/left_admin_menu/support