Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1613645
Instagram Slider
Closed

Comments

  • d2bg started the conversation

    Hi

    How can I remove the footer instagram slider of a specific page without effecting other pages?

    Thanks

  •  2,699
    PenciDesign replied

    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

  •   d2bg replied privately
  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    body.page-id-1742 .footer-subscribe{ display: none;  }

    Best Regards,

    PenciDesign

  • d2bg replied

    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?

    body.page-id-1742 .footer-subscribe, .footer-instagram{ display: none;  }

    Thank you

    https://www.thepranakitchen.com/checkout/

  •  2,699
    PenciDesign replied

    Hi,

    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