Comments d2bg started the conversationJune 18, 2018 at 9:48pmHiHow can I remove the footer instagram slider of a specific page without effecting other pages?Thanks 2,700PenciDesign repliedJune 19, 2018 at 2:53amHi,Please make your site live and show me your site url to I can take it a look to give you exactly the solution.Also, you need to show me exactly pages you want to hide Footer Instagram.Best Regards,PenciDesign d2bg replied privately 2,700PenciDesign repliedJune 24, 2018 at 2:29amHi,You can add more this code to Customize > Custom CSS to do that: body.page-id-1742 .footer-subscribe{ display: none; }Best Regards,PenciDesignd2bg repliedJune 24, 2018 at 12:44pmHi, That CSS code removed the mailchimp subscribe widget but the instagram slider is still there. Can I remove the instagram slider too? Would this be the correct way to remove both? body.page-id-1742 .footer-subscribe, .footer-instagram{ display: none; } Thank you https://www.thepranakitchen.com/checkout/ 2,700PenciDesign repliedJune 24, 2018 at 3:22pmHi,Your code will remove footer instagram on all pages.Please use this code: body.page-id-1742 .footer-subscribe, body.page-id-1742 .footer-instagram{ display: none; }Best Regards,PenciDesign Sign in to reply ...
Hi
How can I remove the footer instagram slider of a specific page without effecting other pages?
Thanks
Hi,
Please make your site live and show me your site url to I can take it a look to give you exactly the solution.
Also, you need to show me exactly pages you want to hide Footer Instagram.
Best Regards,
PenciDesign
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Hi,
That CSS code removed the mailchimp subscribe widget but the instagram slider is still there. Can I remove the instagram slider too?
Would this be the correct way to remove both?
Thank you
https://www.thepranakitchen.com/checkout/
Hi,
Your code will remove footer instagram on all pages.
Please use this code:
Best Regards,
PenciDesign