hi Karl. i would like to change the background image of the login page replacing the black background with this css code but not successful.. please do tell me what ive done wong?
creating a file name custom.css and this is coding inside the file
<style>
.files-a {
box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
}
.page-login-body {
height: 500px;
background-image: url("images/wall.png");
background-color: #00000;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 98%;
}
</style>