Home Forums WoodMart support forum Disable footer in mobile

Disable footer in mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37779

    Blaze
    Participant

    How can I hide or disable footer for the mobile device?
    Is there any setting to do it?

    #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

    #38169

    Blaze
    Participant

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Disable footer in mobile’ is closed to new replies.