Okay
  Public Ticket #437157
Widgets
Closed

Comments

  • Jonathan started the conversation

    Hi how can i remove the 4 widgets completely from the bottom of the website?

    Thanks

  •  8,850
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    div#footer-widgets {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team