Customizing cPanel Theme and Searching for CSS Rules

fsaadatp

Active Member
Mar 24, 2014
32
0
6
cPanel Access Level
Root Administrator
I am currently in process of customizing my own cPanel Theme, and i am looking for index.html CSS.

I have already find combined_optimized.css, but i can't find the CSS rules of index.html, does anyone know where they located?

i have attached one of the rules screenshot for references, but i need to access all of them.

Please help
 

Attachments

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Would the "Live Editor" for branding help? It's located here:

"WHM Home » cPanel » Branding"

You can edit an existing style and modify the HTML pages and style sheet.

Thank you.
 

fsaadatp

Active Member
Mar 24, 2014
32
0
6
cPanel Access Level
Root Administrator
But the editor still doesn't offer CSS of HTML. for example how can i edit the CSS of this rule?

Code:
body{
background-image: url("/cPanel_magic_revision_42908517291.2981/frontend/x3/branding/ui_sprites_bg_snap_to_smallest_width.png");
background-repeat: repeat-x;
}