Hello,
I saw many posts about this subject, but solutions don't work for me.
/*================ Custom backgroung password page ================*/
.password-page {
background-image: url({{ 'background-coming-soon-page.png' | asset_img_url: '2000x' }});
}
But unfortunately nothing happened, the background of my password page stays blank. Do you know where is the problem please ?
In Assets > theme.css.liquid, I also tried this but it didn't work :
/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
background-image: url({{ 'background-coming-soon-page.png' | asset_img_url: '2000x' }});
display: table;
height: 100%;
width: 100%;
color: $color-body-text;
background-color: $color-body;
background-size: cover;
}
Thank you in advance for your help !
Solved! Go to the solution
you are wrong code URL
please this code
background: url({{ 'background-coming-soon-page.png' | asset_url }}) no-repeat;
Hello,
I have the background image showing but not taking the full space on mobile view(I do have a white space under)!
@KetanKumar Can you help me please? https://skintsy.com
thanks
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body.template-password { height: 100vh;}
Thanks for update.
Hello @KetanKumar, thank you so much for your quick reply ! Unfortunately still nothing happens. My "coming soon" page remains blank. I've attached a screenshot of the code. Do you know what's wrong please ?
Thanks for update
Please share your site URL,
So I will check and provide a solution here.
This is an accepted solution.
Thanks or for store url
sorry but this image not available on the asset folder. so please just upload
https://cdn.shopify.com/s/files/1/0404/2529/1930/t/1/assets/background-coming-soon-page.png?
User | Count |
---|---|
546 | |
209 | |
125 | |
80 | |
41 |