Home Forums WoodMart support forum All about footer

All about footer

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

    bangejaak
    Participant

    I want to make my website to be Mobile Friendly in smartphone. So, I want to make the footer disappeared when I access in Smartphone, but still active when I access it on dekstop.

    I can’t find any menu option to customized. Can you help me ?

    #28152

    Artem Temos
    Keymaster

    Hi,

    You can add the following code snippet to the Custom CSS area for mobile devices to do this

    .footer-container {
    	display: none!important;
    }

    Regards

Tagged: 

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