Okay
  Public Ticket #970652
Footer Image Background
Closed

Comments

  •  2
    Cauhe started the conversation

    Hi!

    How can I set a image for Footer Background?

    Tks!

  •  3,030
    Andrew replied

    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 

    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 :)

    Cheers! 

  •  2
    Cauhe replied

    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.  

  •  2
    Cauhe replied

    The image

  •  3,030
    Andrew replied

    Hi Cauhe,

    Thanks for your reply.

    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  

    Cheers!