From the list: Build ✔ Style 404 Veronica A. added this on Feb 11, 2019 Completed Feb 11, 2019 by Kyle S. Assigned to Kyle S. Notes RemoveRecent PostsMost Used CategoriesArchives Comments & Events Kyle Sullivan, Web Development I've hidden all widgets on the 404 page via CSS. This covers all of the items listed above but also prevents the use of custom widgets on this page.If they wish to use custom widgets, I'll modify the CSS to hide only the following (instead of the entire .widget class):.widget_recent_entries.widget_categories.widget_archive.error404 .site-content .content-area .site-main .widget { display: none; } Feb 11, 2019 at 3:35 PM Notified 1 person Kyle Sullivan completed this to-do. Feb 11, 2019 at 3:35 PM
Kyle Sullivan, Web Development I've hidden all widgets on the 404 page via CSS. This covers all of the items listed above but also prevents the use of custom widgets on this page.If they wish to use custom widgets, I'll modify the CSS to hide only the following (instead of the entire .widget class):.widget_recent_entries.widget_categories.widget_archive.error404 .site-content .content-area .site-main .widget { display: none; } Feb 11, 2019 at 3:35 PM Notified 1 person
If they wish to use custom widgets, I'll modify the CSS to hide only the following (instead of the entire .widget class):
.error404 .site-content .content-area .site-main .widget { display: none; }