Remove footer on mobile theme

Posted in: Newspaper
Post count: 82

Hi, I’ve removed the footer on my standard theme, and just left showing the subfooter.

But in my mobile theme still shows an ugly logo image and “about us” text that I have not configured.

How can I remove the footer in my mobile theme?

Post count: 22421

Hello,
Unfortuantly the mobile theme footer cannot be changed from the theme settings.
You can use thios css though to hide the footer and only leave the sub-footer showing:
.td-mobile-footer-wrap{
display:none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.