Hi everyone!
I was hoping to get some help with the coding to get a background image added to the narrative theme. Any help would be appreciated!
Thanks ![]()
Hi everyone!
I was hoping to get some help with the coding to get a background image added to the narrative theme. Any help would be appreciated!
Thanks ![]()
hello @Blueskiesskiesa
Welcome to the Shopify community! and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
Hello, @Blueskiesskiesa
Welcome to the Shopify community!
and Thanks for your Good question.
body.password-template {
background-color: transparent;
background: url({{ 'nnatural_scrub_background.jpg' | asset_url }});
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
also, please check attachment this flow step
Thank you! My URL is https://www.classicxglam.com/password
It did not work ![]()
I have:
.password-html {
//background-color: $color-main-bg;
background: url({{ ‘nnatural_scrub_background.jpg’ | asset_url }});
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
Yes, i have update my above code can you please read again proper li ignore attachment
Thank you so much!!
Thanks for your support and your compliments.
Is there an easier way to find that one line of code where we place the password background image?
There are 14,000 lines I’m looking at lol
Super helpful! Building on what you’ve already provided, how can I add opacity to the background image itself (not the entire page)?
anyone able to assist me on how to add the background?
yes please flow above step if now able to this please share store url so i will check and guide
my url: www.dyeheartsg.com
Please help! Not working for me. I’m using Narrative Theme. my url is Freehueman.com
currently what code looks like:
.password-html {
//background-color: $color-main-bg;
body.password-template {
background-color: transparent;
background: url({{ ‘password_background.png’ | asset_url }});
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
}
do you have your css file to liquids that should be work
Hi Im using Debut theme and there is no password.html in the theme.css anywhere ( I searched for it exactly how it looked) so I don’t know where to paste that code
Please help if you can, my website is www.officialkollection.com . @KetanKumar