Home › Forums › WoodMart support forum › Mobile Page BackGround Images › Reply To: Mobile Page BackGround Images
June 3, 2020 at 8:58 am
#200193

Aizaz Imtiaz Awan
Keymaster
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.