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/
Left Admin Menu
-
KenSO
- Member
- Posts: 44
- Joined: Fri Mar 05, 2021 12:01 pm
- Phoenix Version:
- Has thanked: 37 times
- Been thanked: 4 times
Re: Left Admin Menu
(or icons)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/
Thanks for this addon. How do we change the blue color in left menu to same grey color as standard menu items (or icons)?
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Has thanked: 93 times
- Been thanked: 162 times
Re: Left Admin Menu
You could add to the hMenu.php style section:
You can play with the color values 
Code: Select all
.zipur_admin_leftbar .text-primary{
color: #222 !important;
}zipurman
-----------
-----------
-
KenSO
- Member
- Posts: 44
- Joined: Fri Mar 05, 2021 12:01 pm
- Phoenix Version:
- Has thanked: 37 times
- Been thanked: 4 times
Re: Left Admin Menu
Thanks Zip! That worked greatzipurman wrote: ↑Wed Mar 17, 2021 3:18 pm You could add to the hMenu.php style section:
You can play with the color valuesCode: Select all
.zipur_admin_leftbar .text-primary{ color: #222 !important; }![]()
-
admin
- Contributor
- Posts: 217
- Joined: Wed Oct 30, 2019 1:34 pm
- Phoenix Version:
- Has thanked: 20 times
- Been thanked: 22 times
Re: Left Admin Menu
Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/left_admin_menu/support