Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have added a footer image in my footer following the instructions from below.
However the no image repeat thing isn't working, it either wipes the picture out completely which is the case right now or it repeats the image. (www.meanmotherscreations.com)
.footer {
border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
background-image: url("footpic2.png");
background-repeat: no-repeat;
}
I have tried also
.footer {
border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
background-image: url("footpic2.png");
}
background-repeat: no-repeat;
}
neither work, please help,
also how would i change the sizes if need be?
Solved! Go to the solution
This is an accepted solution.
I added some CSS you can check if this what you want
.footer {
background-image: url(footpic2.png);
background-repeat: no-repeat;
background-position: center;
background-attachment: inherit !important;
background-size: cover;
}
This is an accepted solution.
I added some CSS you can check if this what you want
.footer {
background-image: url(footpic2.png);
background-repeat: no-repeat;
background-position: center;
background-attachment: inherit !important;
background-size: cover;
}
thank you so much
Hi @victelen
Can you explain more what are you trying to achieve? So you like all the footer will be background on this image? Or only the navigation only? And also the no-repeat seems working.
This is your current footer.
If you take out the no-repeat it would be like this.
If you like all the area of the footer you must select the selector which can cover them all.
Try to use this selector.
footer.footer.color-accent-1.gradient.section-sections--14747334803574__footer-padding {background: url(footpic2.png);}
And Save.
If you like only the navigation footer. check this one.
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
background: url(footpic2.png);
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024