Footer Showing On Mobile Only

Posted in: Newspaper
Post count: 1

Hey,

I’m just setting up the Newspaper theme on a staging domain and I’ve run into a little problem. In the settings, I chose to hide the footer and just show the sub-footer, which is working on desktop/tablet. But on mobile the footer with the logo AND sub footer is showing.

How can I hide the footer on mobile too and just show the sub footer?

Thanks

Post count: 22421

Hello,
You are probably using the mobile theme plugin. That is why the footer cannot be removed because it is not the same on as on desktop. In this case you can remove it with this css code:

@media(max-width:767px){
.td-mobile-footer-wrap{
display:none;
}
}

Add the code in the theme panel-> custom css box.

Thank you!

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