• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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