Hello,
I have a request that I am not sure if it is complicated or not.
We are trying to put a background image (the one currently on our website), but to have the image completely take over the screen, including the header and footer. We do not want the “Are you store owner? Log in” or Social media icons, or the logo to be at the top.
We are using Klaviyo to insert that image in a combination with email/sms marketing to achieve what we have so far.
We are also looking to have a 3D gif of the logo in the body section instead. In reality, we want to do it similar to this store’s aesthetic: https://trikkobrand.com/password
Any help would be appreciated in any of these parts. I can provide any code if needed.
Here is our website using the Dawn theme: https://wearaleph.com/password
Hi @aleph_1
.password__footer {
display: none;
}
.password .gradient {
background-image: url('https://d3k81ch9hvuctc.cloudfront.net/company/RWxUGj/images/f929883f-1cfb-4e86-9d76-45bbbbba6350.png');
background-size: cover;
}
1 Like
Hi @aleph_1
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
body.password.gradient form.needsclick.klaviyo-form > .needsclick {
min-height: 55vh !important;
}
body.password.gradient .gradient {
background: transparent !important;!I;!;
}
body.password.gradient {
background-image: url("https://d3k81ch9hvuctc.cloudfront.net/company/RWxUGj/images/f929883f-1cfb-4e86-9d76-45bbbbba6350.png");
}
body.password form.klaviyo-form.klaviyo-form.klaviyo-form {
background: transparent !important;
}
Here is the result:
I hope this helps
Best,
Daisy
1 Like