Disable footer for desk and mobile device

Posted in: Newspaper
Post count: 15

Hi, can you please advice on how to turn off footer for mobile device? Desktop turned off but couldn’t turn off mobile.

Two methods i have tried so far :

Newspaper->Theme panel->Mobile Theme-> Footer Menu (= No Menu)
Newspaper->footer-> Show footer=off

Thank you

Post count: 6535

Hi

Unfortunately the theme does not have an option to torn off the footer only for mobile devices. However you can use this css in theme panel > mobile theme > custom code > custom css to hide it for mobile:

.td-mobile-footer-wrap{
display: none;
}

Hope this helps.
Thanks!

Post count: 15

that help, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.