Shopify themes, liquid, logos, and UX
Hello,
I need assistance with setting a background image for the footer section of my store. I am using the Impulse theme.
store url: https://testingstoresandthemes.myshopify.com/
password: test
Solved! Go to the solution
This is an accepted solution.
Hi @technase ,
To do this you need this one code. You need to change the URL where your Image is.
footer.site-footer {
background-image: url('path/to/your/image.jpg');
background-repeat: no-repeat;
background-size: cover;
}
I hope it help.
This is an accepted solution.
Hi @technase ,
To do this you need this one code. You need to change the URL where your Image is.
footer.site-footer {
background-image: url('path/to/your/image.jpg');
background-repeat: no-repeat;
background-size: cover;
}
I hope it help.
Thank you - it worked.
I'm trying to apply this to the Dawn Theme and it's not working. Wondering if there is an update to this or something I'm missing. I'm following the directions. Applying it to the base.css. thank you Jenn
How to do i link/path the photo from content files?
Hello @technase ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file -> add this following code at the bottom:
.footer-section {
background-image: url('path/to/your/image.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
Save and preview
Hope this can help.
Transcy
Is there a way to customize opacity of the footer background after installing it?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025