Has anyone come up with custom CSS to remove the “load more” button and automatically load all catalogs in a widget when you have more than 4? Is that possible? I tried the code below, but it didn’t work.
doc-widget-course-catalog .course-item {
display: block !important;
}
doc-widget-course-catalog .hidden,
doc-widget-course-catalog .collapsed {
display: block !important;
}
