This topic has 4 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Is there a way to add a footer background image?
Hello,
Yes, it’s possible. Please provide us with the link to your site.
Regards,
Eva Kemp.
Thanks! Here is the footer bg we want to include…
https://www.dropbox.com/s/pkprwbnl01usok8/footer-bg-1shirt.png?dl=0
Hello,
To add background image to the footer you need add this code into style.css file of the child theme:
.footer {
background-image: url('link_to_your_image');
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up