Jupiter WHM tweak
I liked the new jupiter WHM interface, the old one looked almost like '90s and it was messy.
Anyway, what I hated was the blue sidebar background color so I made some simple changes to CSS and applied to my Firefox UserContent.css and I wanted to share with you in case you like it.
@-moz-document domain('yourdomain.net){
.jupiter-main-content {
padding: 1% !important;
}
@media (min-width: 1200px) {
.col-lg-10 {
width: 95% !important;
}
.col-lg-offset-1 {
margin-left: 2.5% !important;
}
}
body {
font-size: 16px !important;
}
:root {
--cp-primary-color: #364f84 !important;
}
}
-
I liked the new jupiter WHM interface, the old one looked almost like '90s and it was messy.
Thanks so much! Ease of use and not having quite so many options on the front page is really what we were going for. We're exploring various color/print options for the sidebar, so stay tuned for updates on that.0 -
I like Jupiter mostly except maybe for the blue color in the horizontal left section of WHM. :) Anyone know if it can be changed? 0 -
@radeonpower - it can be changed for cPanel accounts through the WHM >> Customization area. However, this doesn't apply to WHM. We're looking into some options for that in the future. 0
Please sign in to leave a comment.
Comments
3 comments