Solved

Move background behind the container

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)

Developer-G
Shopify Partner
3079 604 857

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

 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Replies 2 (2)

Developer-G
Shopify Partner
3079 604 857

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

 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
terenceloo90
Tourist
6 1 4

it works! thanks alot!