Is there a way for the the catalog name and description not appear on the Catalog widget when using the Display mode Stream? It’s hidden for the card view but, the card view doesn’t work for us.
Stream
Card
Is there a way for the the catalog name and description not appear on the Catalog widget when using the Display mode Stream? It’s hidden for the card view but, the card view doesn’t work for us.
Stream
Card
Yes - you can with CSS!
You could try this CSS in your Branding and Look section.
Please test and verify it does not affect other areas.
/** Remove Catalog Title and Description **/
.ui-carousel-title {
visibility: hidden;
}
.ui-carousel-description {
visibility: hidden;
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.