Hi,
is there a way to put image in the background on the left side of the log in screen instead of a background color?
Thanks
Hi,
is there a way to put image in the background on the left side of the log in screen instead of a background color?
Thanks
Are you aware of the co-branding configuration?
Yes. Thats how I have grey color in the background of Login. However, there is no option to add background image.
The co-branding options are deliberately limited. IA want their logo / branding to be apparent.
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;
}
wow! this is great!. Do you put it inside project Advaced Stylesheet?
Yes.
Injected a pseudo-element.
can we do anything to the image on the right? its blank