Home › Forums › WoodMart support forum › Disable footer in mobile › Reply To: Disable footer in mobile
February 6, 2018 at 12:33 pm
#37790
Artem Temos
Keymaster
Hi,
Unfortunately, there is no such specific option for mobile devices. You can add this code snippet to the custom CSS section for mobile devices to remove it
.main-footer {
display: none;
}
Regards