Edit cPanel & WHM Login Page
Hello, everyone!
I am will teach to you how to for edit cPanel and WHM login panel own CSS file and also improve to CSS Formatter.
0 - Please first install notepad++ Official visit this notepad-plus-plus.org/download/v7.5.1.html
Because notepad++ can help you to view feel better easy to could be found!
Windows notepad is not easy far so.
If you want to know about that windows notepad vs notepad++ different? Visit this learn more: technorms.com/19328/notepad-windows-notepad
1 - Edit to where a file from cPanel/WHM - Login panel for CSS improve to Formatter better.
/usr/local/cpanel/base/unprotected/YourOwnStyle/style_v2_optimized.css
Copy to all this CSS to paste visit this cleancss.com/css-beautify/ - This will help you to formatter improvements CSS. You won't be the mess again. Copy & paste to file again.
2 - If you want an edit for the background image or background color from cPanel or WHM.
You can see that two CSS could be found! Thanks to formatter fixed. May you want change to a background image? There,
WHM - Login panel
body.whm {
background-color: #293a4a;
color: #fff
}
cPanel - Login panel
body.cp {
background-color: #f0eff0
}
You can see that two CSS could be found! Thanks to formatter fixed. May you want change to a background image? There,
WHM: background-color: #293a4a;
cP: background-color: #f0eff0
to
WHM,
background-image: url("testimages/YourOwnImage.jpg");
background-attachment: fixed;
background-size: 100% 100%;
color: black
cPanel,
background-image: url("testimages/YourOwnImage.jpg");
background-attachment: fixed;
background-size: 100% 100%;
color: black
- ]
- You may change to image supported GIF or JPG ONLY! Do Not use PNG is not a wallpaper. PNG is an icon or favorite, normal picture.
- Also, you must use HTTPS only! If you used HTTP for URL image, Hacker will against your WHM insecure of connection the HTTPS is not verified.
-
Hello, The following document is also helpful for general information about customizing the login page: Tutorial - Create Custom-Branded Login Pages - Software Development Kit - cPanel Documentation Thank you. 0
Please sign in to leave a comment.
Comments
1 comment