Hello,
How can I remove the zoom in from the layer “What make the BTS special?”
I added custom CSS class in this layer and I called it “bts-special” but I’m not able to write the correct code for that :)
Can you please help me.
Thanks,
Hey!
Try adding this code to the Quick CSS:
.avia_desktop.avia_transform3d .bts-special .av-masonry-image-container {
transform: none !important;
}
Cheers!
Josue