Does somebody know how you can zoom out the background image on the landing page in mobile only? (Brooklyn theme)
Hi,
At Theme settings–>Scroll down to the “Custom CSS” or “Additional CSS” section
@media (max-width: 767px) {
.hero__image {
background-size: 150% !important; /* Adjust the percentage as needed */
}
}
Save and preview
Still need help you can contact us.