Hello, im trying to add a background image on my password page but the other sources i found did not work. my current theme is “simple” and when i go to > theme.scss.liquid, this is what shows up. Can someone help me create or add a code so i can add a background image on my password page? Thank you
/====== Password styles ======/
.icon-shopify-logo {
width: 1.5 * $font-size-base * 120 / 35;
height: 1.5 * $font-size-base;
vertical-align: middle;
fill: currentColor;
}
.icon-lock {
width: 16px;
height: 16px;
}
.password-signup,
.password-login {
max-width: 400px;
.input-group {
margin-bottom: $gutter / 2;
}
}
.password-login-toggle {
display: block;
.icon-lock {
position: relative;
top: -3px;
}
}
.password-opening-soon,
.password-message,
.password-signup,
.password-social-sharing,
.password-login {
margin: ( $gutter * 1.5 ) auto;
.section-heading {
margin-top: 0;
margin-bottom: $gutter / 2;
}
}
.password-signup {
.rte {
margin-bottom: ( $gutter / 6 * 5 );
}
}
.password-social-sharing {
.social-sharing {
margin-top: $gutter / 2;
}
}
.template-password {
height: 100vh;
text-align: center;
.password-page__wrapper {
display: table;
height: 100%;
width: 100%;
}
footer {
margin-bottom: $gutter / 3;
}
}
.password-header-section {
display: table-row;
}
.password-page__header {
display: table-cell;
padding-top: $gutter;
}
.password-page__main {
display: table-row;
width: 100%;
height: 100%;
margin: 0 auto;
}
.password-page__main__inner {
display: table-cell;
vertical-align: middle;
margin-top: $gutter;
padding: ( $gutter / 2 ) $gutter;
}