#3286

Hi there,

To remove the footer bar in mobile, please copy code and paste in to file functions.php( child-theme):

function poco_handheld_footer_bar() {
return;
}