Home Forums WoodMart support forum How to off footer only mobile browser ?

How to off footer only mobile browser ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193033

    masudrana007
    Participant

    Sir, I just want to turn off the footer from the mobile browser, but if you browse from the computer you will see the footer.

    #193063

    Hello,

    Unfortunately, there is no such specific option to turn off footer for mobile devices. You can add this code snippet to the custom CSS in the Custom CSS for mobile area under Theme Settings >> Custom CSS.

    .main-footer {
    display: none;
    }

    Best Regards.

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