Move background behind the container

Solved
terenceloo90
Tourist
6 1 4

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

terenceloo90_1-1631627189654.png

 

 

Accepted Solution (1)
Guleria
Shopify Partner
2729 545 776

This is an accepted solution.

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

 

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.

View solution in original post

Replies 2 (2)
Guleria
Shopify Partner
2729 545 776

This is an accepted solution.

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

 

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.
terenceloo90
Tourist
6 1 4

it works! thanks alot!