I would like to change the background color of login and “create account” page or even add images at the background. Is there anyway to do that?
Hello @BrandoKan
Please use below code on main css file of your theme for change background color on
login page =>
body.customers-login main{
background-color:#fafafa !important;
}
register page =>
body.customers-register main{
background-color:##884f5d !important;
}
Do you know on what line in Brooklyn theme? I need this for login and customer sign-up
Thanks!