Forums
Home / Theme: Responsive / Home page widget
(@16yuno)
10 years, 5 months ago
Can I remove 1,2 and 3 widget on home page?
(@remarkno)
Appearance -> Widgets – check under Home widget 1, 2 and 3. You could add your own stuff there.
If you want to hide them, you could add this CSS to Appearance -> Theme Options -> CSS
.home-widgets { display: none; }