Add-on Name: Admin Menu – Add Text
Version: 0.1.0
Updated: 08/06/2020
Supports CE Phoenix: >= 1.0.7.5
Supports OS Commerce: NO
Description of Add-on
This hook will add the text back to the admin menu links that were removed around version 1.0.7.5 of Phoenix.
Screenshot(s)
Change Log
- 0.1.0 (08/06/2020)
- Initial Release
Download(s)
You can now download this addon from the Phoenix Cart Forum Addons Library
https://phoenixcart.org/forum/app.php/addons/free_addon/admin_menu_add_text/
This is more general:
in admin/includes/stylesheet.css
add
October 29, 2020 at 1:58 pm#navbarAdmin {font-size: 1.0rem; }
Nice!
October 29, 2020 at 11:42 amThis should be a configuration option. To make the menu slightly bigger, I made the following change:
//$(this).parent().css(‘font-size’, ‘0.9rem’);
$(this).css(‘font-size’, ‘2.0rem’);
I’m on 1.0.7.9.