Home › Forums › WoodMart support forum › All about footer › Reply To: All about footer
December 10, 2017 at 12:02 pm
#28152

Artem Temos
Keymaster
Hi,
You can add the following code snippet to the Custom CSS area for mobile devices to do this
.footer-container {
display: none!important;
}
Regards