• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

plesk 10 skins and interface management

Hello,
If you mean the default skin you can use the following solution

Code:
#page #navbar li {
	margin: 0;
	vertical-align: top;
}
#page #navbar a {
	margin-left: 1px;
}
#page #navbar .nav-users {
	display: none;
}
 
Hello,
If you mean the default skin you can use the following solution

Code:
#page #navbar li {
	margin: 0;
	vertical-align: top;
}
#page #navbar a {
	margin-left: 1px;
}
#page #navbar .nav-users {
	display: none;
}
Yes I have the default skin, I added your code in my /default/css/customer/custom.css file and no effect, "Users" tab is always available in old browsers ...
 
Last edited:
Hello, Mickael.
Try to refresh browser with ctrl+f5 to clear cache. May be old styles were cached. I check this code in IE6, 7, 8 and it works. Try to check with developer tools in IE (or in other browsers) that the code is really applied.
 
Hello, Mickael.
Try to refresh browser with ctrl+f5 to clear cache. May be old styles were cached. I check this code in IE6, 7, 8 and it works. Try to check with developer tools in IE (or in other browsers) that the code is really applied.
indeed, an another part in custom.css broke your code. Ty very much guys, your CSS2 modification works on all browsers ;)
 
Back
Top