footer Image

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme April 22, 2019
Login to reply
Kelly R Support Agent
4 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

Then please find it in /single-accommodation.php file.

Regards, C-Themes

Sanjaya Fernando
5 years ago

Thank you.
Is there a PHP file that I can go and change the Text for the second
question I asked, instead of what you suggested. Given my knowledge it it
seem bit complicated.

Kelly R Support Agent
5 years ago

Hi,

1. Travelo theme has not option to change footer images.

You can use following css code to change those images in theme options panel.

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

  background-image: url(../images/footer/balloon.png); 
}
#footer.style2 .footer-wrapper > .container:first-child:after {
    background-image: url(../images/footer/island.png); 
}

http://prntscr.com/nfk0q4

You should change image url in css codes.

2. Travelo theme is translation ready and you can change some texts using language file in Travelo theme.

Please check http://soaptheme.net/document/travelo-wp/#translation

Regards, C-Themes

Sanjaya Fernando
5 years ago

Hi

1) Please let me know how I can change the footer display image on back ground.

Not to one available on theme options. Something different. (Image a)


2) Please also let me know how to change the text 'Security Deposit Amount (%):' to 'Booking Fee(%):' on property details? (Image b and c)

Thank you