Shopify themes, liquid, logos, and UX
Hi all,
My URL: visionaryclo.de
I am running into a problem with making the background image on my password page cover the full length of the screen height wise.
There is a big white bar at the bottom of the password page that I am trying to get rid of.
Hello @Visionaryclo
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
1) Go to your Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following CSS at the bottom of the file above </body>
<style>
.password footer {
display: none;
}
@media only screen and (max-width:768px) {
.password .email-signup-banner{
height: 100%;
}
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
hat nicht funktioniert
Please try with the below css .
<style>
#shopify-section-main-password-footer {
display: none!important;
}
@media only screen and (max-width:768px){
.email-signup-banner{
height: 100%!important;
}
}
</style>
Hey @Visionaryclo
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
div#shopify-section-main-password-footer {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Der Rahmen ist nun weg, aber das Bild ist immer noch nicht vollständig bei der handy version ist es am meisten
User | RANK |
---|---|
198 | |
169 | |
60 | |
51 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023