How can I move a background image behind text on my password page?

Hi all,

i’ve added the background to my password page. how can i set the background image behind wording? So that i could have a white background to display the message clearly.

Added red box to illustrate where i would like it to have white background. Please help. thanks

link : addoncase.com

Hello @terenceloo90 ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
.password-page__content {
    background: #fff;
}

Thanks

it works! thanks alot!