Home Forums WoodMart support forum Disable Footer on mobile and tablet.

Disable Footer on mobile and tablet.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #147411

    jraudus
    Participant

    Hi, how do I disable the Footer on mobile and tablet?

    #147420

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    body .footer-container {
        display:none;
    }

    Best Regards

    #147422

    jraudus
    Participant

    The bottom part of the footer with the copyright, also disappeared.Is there anyway to keep it?

    #147442

    Hello,

    Replace the code with this one:

    body .main-footer {
        display:none;
    }

    Best Regards

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