Home Forums WoodMart support forum Mobile Page BackGround Images Reply To: Mobile Page BackGround Images

#200193

Hello,

You can try the following CSS in the Custom CSS for Mobile area to make the background only work for the mobile devices.

.page .main-page-wrapper {
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
background-image: url(‘ ’);
}

Best Regards.