I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
div#footer-outer {
background-image: url("/*insert image link here*/");
}
Please let me know if there are any more questions that I may answer for you :)
May I ask you to remove the previously provided Custom CSS Code and add the following below:
/*Sets The Image In The Footer To Not Repeat and Scale Accordingly*/
div#footer-outer {
background-image: url(http://tectoarquitetura.com.br/wp-content/uploads/2016/11/TECTOfooter.jpg);
background-repeat: no-repeat;
background-size: cover;
}
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if there are any more questions that I can answer for you
Hi!
How can I set a image for Footer Background?
Tks!
Hi there,
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if there are any more questions that I may answer for you :)
Cheers!
Hi!
I did what you told and it is working. Thanks for that!
The only thing I noted now is when I am using a large screen, the image crops like this (see attached file).
Can we make it better? Like setting it as a responsible image or centered at least, with the crops in both sides.
The image
Hi Cauhe,
Thanks for your reply.
May I ask you to remove the previously provided Custom CSS Code and add the following below:
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
Please let me know if there are any more questions that I can answer for you
Cheers!