Remove Mobile Theme Footer

Posted in: Newspaper
Post count: 40

Hello,

is it possible to remove the Footer in the Mobile Theme?

Regards,

Lukas

Post count: 23312

Hello TheLuckyGuy,

Yes, it is possible if you will use such a custom CSS code to hide it for that section. Provide your website URL, so I can inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 40
Post count: 23312

Hello,

Try to use the code below and place it in Theme panel -> Custom CSS area.

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

The result is here -> https://www.screencast.com/t/HdZ5cW1Afhg

Thanks.

Post count: 40

Hello,

I tryed that code. But nothing happened on my iphone. The Footer stayed on the site.

Do you have any other idea. I left the css code in the custom css area that you can look into it.

Thank’s

Post count: 23312

Hello,

Try to add the !important tag for this code to give more priority.

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

Thanks.

Post count: 40

Hello,

I tryed that code with important but it is not working.
I use the mobile theme plugin do you think that’s why it doesn’t work?

Thanks

Post count: 23312

Hello TheLuckyGuy,

Please provide a screenshot with your Custom CSS box so I can see that code added there.

Thanks.

Post count: 40
Post count: 23312

Hello TheLuckyGuy,

The code is correct and should work as expected. Try to clear all of your caches, purge CDN files and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks.

Post count: 40

Hello,

I sent you an email.

Thanks.

Post count: 7909

Replied via email!

Post count: 40

Hello,

thank’s it worked 😉

It had to be inserted into the mobile theme custom css section…

Thanks.

Post count: 8

This worked , great thanks!

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