Hello, im looking for something like this : www.demonitesbrand.com
I want to change background on homepage only using brooklyn theme, and make it fit or wrapped on mobile screens. i dont want to change slider and nothing else, i just want that background
Hi, @samuelhanxx , it will need to custom code in your theme. If you can change the code, I will send you the details guide.
Hello u can send me the guide, it will helps a lot
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> timber.scss.css ->paste the below code at the bottom of the file.
:root {
background: url(https://cdn.shopify.com/s/files/1/0272/9223/7889/files/ezgif.com-gif-maker-4.gif?v=1657663471);
background-size: 100vw 100vh;
background-repeat: no-repeat;
}
.template-index #shopify-section-header,.template-index footer{
display:none;
}
It works! Thanks a lot … it is possible to make it on the password page too? I mean the background that wrap on mobile
add this to the bottom of base.css after previously added code
body.template-password {
background: url(https://cdn.shopify.com/s/files/1/0272/9223/7889/files/ezgif.com-gif-maker-4.gif?v=1657663471);
background-size: 100vw 100%;
background-repeat: no-repeat;
}
div#shopify-section-password-content {
background: transparent;
}
I have only base.liquid can I put it there ?
plz place it in the file where you have added the previous code
Can i ask what is this on the home page ? how to get rid of it :
www.doublenegative333.eu/password
password is :yokay
i replace but it puts this over :
its all just black i can’t see anything there.
its background, like a botoom padding i solve it
can u maybe help me ? how to put button that say / enter shop / and link to the products ? onto the homepage ? somewhere there :
This will need to edit the code of index.liquid file.
plz share that file.
How to share that file ? ?