Skip to main content
Question

Custom CSS to Load all catalogs in widget

  • June 17, 2026
  • 1 reply
  • 20 views

Forum|alt.badge.img

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;
}

 

1 reply

elamast
Hero I
Forum|alt.badge.img+7
  • Hero I
  • June 17, 2026

I have found no way to get around the progressive loading other than an unsupported JavaScript hack. I don’t think it would be OK to post it here. DM me if you need a bit more info.

It would be nice if Docebo gave us alternative catalog layouts we could choose from that didn’t make use of progressive loading.