Footer in Mobil Theme

Posted in: Newspaper
Post count: 419

I’ve been trying to delete the Footer from my mobil theme as it displays a About Us that I do not want.
#1>Is this possible.
#2> Can the Footer 1 widget be deleted?

Post count: 22421

Hello,

The mobile theme footer can only be handled through css. It is a predefined style and it has no settings fort it.
If you want to remove the about us and social widget, please use this custom css in the mobile theme settings custom code section:


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

Thanks.

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