Hi - there is, I have it marked as this:
/* Hide total count from My Courses and Learning Plans */ doc-widget-course-catalog .my-courses-and-learning-plans-total-count {
display: none;
}
You probably want to get specific to the page though so it doesn’t turn them off across everywhere. I support this setting in the CSS Configuration Wizard in Fark.Tools which can help you do that and manage the customization easy for you if you are interested.
Hi - there is, I have it marked as this:
/* Hide total count from My Courses and Learning Plans */ doc-widget-course-catalog .my-courses-and-learning-plans-total-count {
display: none;
}
You probably want to get specific to the page though so it doesn’t turn them off across everywhere. I support this setting in the CSS Configuration Wizard in Fark.Tools which can help you do that and manage the customization easy for you if you are interested.
Hi @Bfarkas - thanks for responding! I gave it a go using the code provided, however, it did not seem to remove the course count. Any ideas on that? Thanks again for assisting!
Adam
Hi - there is, I have it marked as this:
/* Hide total count from My Courses and Learning Plans */ doc-widget-course-catalog .my-courses-and-learning-plans-total-count {
display: none;
}
You probably want to get specific to the page though so it doesn’t turn them off across everywhere. I support this setting in the CSS Configuration Wizard in Fark.Tools which can help you do that and manage the customization easy for you if you are interested.
Hi @Bfarkas - thanks for responding! I gave it a go using the code provided, however, it did not seem to remove the course count. Any ideas on that? Thanks again for assisting!
Adam
/* Hide total count from My Courses and Learning Plans */
.my-courses-and-learning-plans-total-count {
display: none;
}
Whoops, you are right, slight update, try this instead.
I just pushed an update on FarkTools too if you were trying it from there and wanted to differentiate pages.
@Bfarkas - that one worked! Cheers! I also registered for Fark.Tools - thanks for the tip