How do I brand and customise StackCP’s login page?

If you're looking to customise your StackCP login page you can do this by editing the Custom CSS. 

To do this you will need to:

  • Login to Computerko
  • Locate 'StackCP Theme' under the 'Reseller Preferences' section.
  • Scroll to the bottom and you will see the input field for 'Custom CSS'. We have included some basic CSS below that will allow you to add a background image to the login page.

Copy and paste this code into the 'Custom CSS' field and insert your image URL between the quotation marks (" "). 

.logins {
    background: transparent;
    background-color: #555;
    background-image: url(" "); 
    background-size: cover;
    background-color: white;
} 

To preview your brand, select 'Preview Your Brand' and then log out of StackCP to see how your login page looks.

  • 0 Users Found This Useful
Was this answer helpful?
Related Articles
Copyright © 2024 ComputerKo Web Services. All Rights Reserved.
["\r\n