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
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?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024