faq:design_appearance:themes_widgets

How to remove Photo, Users widgets from Dark shades, Light shades, Salaam index page?

Templates like Light shades, Dark shades, Salaam have these widgets hard coded.

You can remove the widgets by adding the custom CSS to Admin area > Appearance > Customize > CSS > Edit CSS:

.index_photo_widget,
.index_users_widget {
display: none;
}

Click Save.

faq/design_appearance/themes_widgets.txt · Last modified: 2017/06/07 09:11 by 127.0.0.1