Jupiter custom css/stylesheet

jigster

Active Member
May 17, 2007
25
3
153
Hi everyone. How do we add custom css to the Jupiter theme? We need to remove a few sections in the webmail interface which we currently do with paper lantern styles.css. What's the equivalent way in Jupiter? Thanks
 

jigster

Active Member
May 17, 2007
25
3
153
Very disappointing! In that case we won't be upgrading to 108 and we'll stick with paper lantern. We, like many others, feel that Jupiter is not production-ready and is far away from where it needs to be before you force this change. We pay a premium for cPanel compared to other panels and it no longer seems worth it.
 

feldon27

Well-Known Member
Mar 12, 2003
136
35
178
Houston, TX
Hi everyone. How do we add custom css to the Jupiter theme? We need to remove a few sections in the webmail interface which we currently do with paper lantern styles.css. What's the equivalent way in Jupiter? Thanks
Styling and customization are not a core principle of cPanel anymore. Your choices are: accept the default theme or turn in your license and uninstall the software.
Very disappointing! In that case we won't be upgrading to 108 and we'll stick with paper lantern. We, like many others, feel that Jupiter is not production-ready and is far away from where it needs to be before you force this change. We pay a premium for cPanel compared to other panels and it no longer seems worth it.
Discussing or documenting how to do this violates the Terms and Conditions. Enjoy Jupiter everyone!!
 

jigster

Active Member
May 17, 2007
25
3
153
Has there been any progress at all on this at all? We still really need it! Or is there any other way to customize what is shown on the main webmail interface page? E.g. remove 'Set up email on your device' and 'Configure Mail Client' sections? Thanks
 

pkiff

Active Member
Jul 31, 2007
31
4
58
Toronto
cPanel Access Level
Root Administrator
Has there been any progress at all on this at all? We still really need it! Or is there any other way to customize what is shown on the main webmail interface page? E.g. remove 'Set up email on your device' and 'Configure Mail Client' sections? Thanks
I worked this week on an unofficial, unapproved method to do this.

Rather than replying here in this thread, I decided to start two new separate threads with details about my unapproved methods: one for Webmail and the other for the main cPanel interface:
Custom CSS in Jupiter for Webmail interface - How to add your own stylesheet
and
Custom CSS in Jupiter for main cPanel interface - How to add your own stylesheet

The instructions for adding a stylesheet to the Webmail interface include sample code that would allow you to hide the "'Set up email on your device" (which I have done on my cPanel installation).

To hide the "Configure Mail Client" feature, you would add
Code:
// Hide Configure Mail Client
#id_configure_mail_client {
    display: none;
}
 
Last edited: