Julie Russo
asked 10 years ago

There is no option in the DW Minion customizer to change the widgets in the secondary sidebar (right sidebar). Nothing I specify in the usual Widget area of the WordPress dashboard has any effect either. By default, it shows a search box, Archives, and Meta. Is there any way to change this?

1 Answers
DominicStaff
answered 10 years ago

You can log in to Dashboard > Widget, select the widget and add to the secondary sidebar. If you want to remove the default widget (search box, Archives, and Meta.) in the secondary, you can add the following code to the Header Code (Dashboard > Customize > Custom Code.):

#secondary .widget_search, #secondary .widget_archive, #secondary .widget_meta {
   
display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro