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 #2756008
Footer Widgets
Closed

Comments

  • dashofdirt started the conversation

    Is it possible to show the “footer widgets” ONLY on the homepage and nowhere else? I want to keep the Instagram feed everywhere so I’m only looking at the “widgets” area of the footer.

  •  2,699
    PenciDesign replied

    Hi,

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

    #widget-area{ display: none; }
    body.home #widget-area{ display: block; }
    

    Best Regards,

    PenciDesign