Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Custom CSS for login page’ is closed to new replies.
Hello, I am trying to change the background color the the login page. From what I gather, that can only be done through the custom CSS option in the White Label section of the Admin Panel. I have entered the following code to change the background color, but it is not working:
.login {
background-color: #F5F5F5;
color: #C9CED1;
padding-top: 70px;
}
I am wondering if it is a different class that I should be using to change the background color, but from the PHP file, I think it should be that class. Thank you for your help with this.
The topic ‘Custom CSS for login page’ is closed to new replies.