Home Forums WoodMart support forum Disable footer in mobile Reply To: Disable footer in mobile

#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