Hello,
is it possible to remove the Footer in the Mobile Theme?
Regards,
Lukas
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.
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
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
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.
Hello,
thank’s it worked đ
It had to be inserted into the mobile theme custom css section…
Thanks.