Try this to pull it.
Test as always...
/** Remove Course Catalog Card Footer **/
ui-card-catalog-content > ui-card > div > ui-card-footer {
display: none;
}
/** End Remove Course Catalog Card Footer **/
Thanks
That didn’t take initially but this did:
/** Remove Course Catalog Card Footer **/
.ui-card-footer {
display: none;
}
I remembered having wrote something up related to this a while back so I checked that first and tried setting the display to none.
Was sure I tried that one but when that didn’t play out - I went a little deeper and I posted what did work for me. Perhaps something just different enough… I may have something further down in my CSS from tweaking ours that the change didn’t register due to later mods to the same class.
Order of operations…
Glad you got it figured out.
Thanks
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.