Home Forums WoodMart support forum Footer hide for mobile devices

Footer hide for mobile devices

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

    Lubos Kasprik
    Participant

    Hello Team,

    I would like to ask how it´s possible hide footer part for mobile devices.
    Thank you very much in advance!

    Best Regards,
    Lubos

    #238559

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.

    .container.main-footer {
    	display: none;
    }

    Best Regards.

Tagged: 

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