Hi,
If you want to hide this social on mobile -> https://www.screencast.com/t/7zN10vM0xY6Q you can use this custom css
#td-mobile-nav .td-menu-socials {
visibility: hidden;
}
https://www.screencast.com/t/EV37DPnlch7
Thank you.
Hi,
In order to add or remove those you need to go in Newspaper>Theme panel>Social networks -> https://www.screencast.com/t/XfOyRPnifsoR but note that this social will be display on all device not only on mobile.
Also in order to set them only on mobile or desktop you’ll need to use custom css.
Unfortunately our theme do not have any option to let you to reorder the social networks, this can be achieve only custom css too.
Thank you for your understanding!
Hi,
In order to have all social network on mobile theme you need to add this custom code ( the social on mobile theme was designed to be show only on one line )
#td-mobile-nav .td-menu-socials {
height: auto;
}
https://www.screencast.com/t/hpXvwyoD
Thank you.
Hi,
Is there any way I can reorder the footer icon? It’s not appearing in correct order.
I want something like Facebook,Twitter, linkedIn ,Instagram, etc
This is my website https://vizartpandey.com
Hi,
IF you want to reorder the social you’ll need to do this manually, you’ll need to make some changes in theme files, in order to do that please go in D:\XAMPP\htdocs\test_site\wp-content\themes\Newspaper\includes\wp_booster\td_social_icons.php -> https://www.screencast.com/t/RxujuYwf0 reorder the socials, after that go in Newspaper>Theme panel>Social Networks refresh the page and see if the social are reorder and set your social again.
Hope this will help you!
Thanks.