Archived topic
footer backround image
1 reply · Started by Luizik on February 1, 2018
Viewing posts 1–2 of 2
Hello there!
Could you help me, please?
Settings allow to add backround images separately to footer widgets and footer (copyrite).
How can i set one backround image for both of them?
The footer background image options can be found in Customize > Background Images.
The footer area option is for the copyright.
If you need to set background images for each individual footer widget, you'd have to use some CSS like this:
.site-footer .footer-widgets-container .inner-padding {
padding: 40px;
background-image: url(URL TO YOUR IMAGE);
margin: 10px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin: 0;
}
This archived topic is closed to new replies.