Login Screen - Background Image instead of Background Color

CSS Styling works for me

.login-header span::after {
    content: url('https://graymattersystems.com/wp-content/uploads/2020/10/GrayMatter-Systems-white.png');
    display: block;
}

1 Like