How can I stop the banner from zooming in on the Venue theme?

Hi,

We would like our banner not to be zoomed in anymore could someone help us with that?

We are using the Venue theme.

Our website: https://kushiin.myshopify.com/

Thanks in advance!

@Kushiin

Disable the zoom in feature in to your theme setting.

Thank you.

Hello,

You can remove part of your code to avoid this zoom for main banner.

Open your file “theme.css” and find 2 lines with next text:

body[data-anim-zoom="true"] .js-slide-active .home-carousel__bg,
body[data-anim-load="false"][data-anim-zoom="true"] .js-slide-active .home-carousel__bg,

If you delete both lines zoom will be turned off for this section.

If my answer can help you solve your issue, please mark it as a solution.

Inform me, please, about result.

Thank you and good luck.

hello,

you will get your zoom-in feature in your theme settings.

make is disabled from there.

Hope it helps