How Do I Make Background Image On Password Page Fill The Screen Dawn Theme?

Saw it, wonderful. Did you add it by code or was there a setting in the theme editor to add it?

If you did add it by code, could you please amend the background-size from auto to ‘100% 100%’, screenshot below.

If you didn’t add it by code, please paste the following at the very bottom of the ‘base.css’ file in the edit code option of your theme.

body.gradient.password {
   background-size: 100% 100% !important;
}

Also please note that this image will not look good on desktop because it’s a portrait image.