How to turn off zoom in effect on tour preview page (including main page)

Closed
CityTours - Hotel & Tour Booking WordPress Theme CityTours - Hotel & Tour Booking WordPress Theme May 26, 2019
Login to reply
Kelly R Support Agent
4 years ago
Resolved.
NEO KONG
4 years ago

many thanks.

Kelly R Support Agent
4 years ago

Hi,

Please add following css code in theme options panel.

.img_container img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
     
}

http://prntscr.com/nu6okb

Regards, C-Themes

NEO KONG
4 years ago

Hi,

How can I turn off the Zoom in effect on tour list preview pages? By default, those images are zoom out, which don't look very good.

Thanks

Neo