I am not able to change the login windows background and image. I have extended the hover theme and changed all images as required, but these two images svg files are auto generate to original one in brand-login-screen folders.
thanks
I am not able to change the login windows background and image. I have extended the hover theme and changed all images as required, but these two images svg files are auto generate to original one in brand-login-screen folders.
thanks
setting this property solved the problem
@Override
protected void initLogoImage() {
logoImage.setSource(RelativePathResource.class)
.setPath(“VAADIN/themes/hover/branding/cuba-icon-login.svg”);
}
Hi!
Also, take a look at how to set branding properties, such as icons, login and main application window captions, and the website icon in Extended Theme here.
Regards,
Elena