k2bare
1
I have searched and searched and I don’t see a resolution for changing the background image on a password page using the Boundless theme.
Does anyone know how to do it? I can’t seem to find the “password-page-background.jpg.” in the boundless coding.
Thanks in advance.
hello @k2bare
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
body.template-password{
background-image: url({{ 'password-page-background.jpg' | asset_url }});
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}