Remove Footer Logo on Mobile Theme

Posted in: Newspaper
Post count: 225

Remove Footer Logo on Mobile Theme. Check this: https://prnt.sc/gpupke Also, Remove About US text on the footer. Thanks!

Post count: 20688

Hi,

The easiest way would be to use a code like this
https://www.screencast.com/t/oVRouo3W
It will remove the footer on mobile, enter it in Theme panel->Mobile theme->Custom CSS section

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

Thanks

Post count: 225

Thanks! 🙂

Post count: 1

I tried inserting this code but it doesn’t seem to be working (Theme panel > mobile theme > custom css. Any ideas?

Post count: 22421

Please provide a link to your site so I can inspect it
Thanks.

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