Changing footer picture - how?

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme June 30, 2019
Login to reply
Kelly R Support Agent
4 years ago

Hi,

Please use following css code.

#footer.style4 > .footer-wrapper { 

    background: url(your_image_url) no-repeat center bottom;

}

And there is one more image in footer. You can change it using following css code.

#footer.style4>.footer-wrapper>.container:first-child:before {

     background-image: url(your_image_url);   

}

Regards, C-Themes

McMichal Wolf
4 years ago

Thank you very much, it works! But there should be 2 layers of pictures, the other one is for the sky that is wider (wp-content/themes/travelo/images/footer/sky1.png), can you please give me the CSS code for chenging that picture too?

Kelly R Support Agent
4 years ago

Hi,

Please use following css code to change it in theme options panel.

#footer.style4>.footer-wrapper>.container:first-child:after {

    background-image: url(your_image_url); 
}

http://prntscr.com/o8v61f

Regards, C-Themes

McMichal Wolf
4 years ago

Hi, I am trying to change footer picture (the one with people on a bike with 2 green hills) se here: http://ck-astra2.cz/ (pass: aura) and I found the picture in "wp-content/themes/travelo/images/footer/couple.png", but when i replace it, nothing changes. I am using Child theme. How can I change picture in footer please?