1. Customization of WHM theme's title ...
With multiple servers open in the web browser, they all show the same page title, "WebHost Manager - server". It would be helpful if the WHM page title were something like "WHM [domainname]" (where [domainname] is the domain name of the server). And use "WHM" rather than "WebHost Manager" in the page title so more of the server's domain name shows up in the Windows tray buttons.
File: /usr/local/cpanel/whostmgr/docroot/themes/x/root
Code: <title>WebHost Manager - $shorthostname</title>
----
2. Customization of WHM theme's navbar color ...
With multiple servers open in the web browser, they look practically the same. It would be helpful if the WHM navbar background color (and link color) were customizable. The navbar background color is currently #003c49 and the link color is #ccc.
File: /usr/local/cpanel/whostmgr/docroot/themes/x/style_optimized.css
Code: #whm_nav{background:#003c49;}
Code: #whm_nav ul li a{color:#ccc;padding:8px 10px 8px 15px;}
Thanks.


LinkBack URL
About LinkBacks