Hi,
The knowledge base overview page counts the number of folders and articles and displays it in parentheses after the headings.
Can I hide the parentheses?
I tried to add these two alternatives to my CSS, but none of them worked:
(1)
.fw-category-heading .fw-category-count,
.fw-folder-heading .fw-folder-count,
.fw-section-heading .fw-section-count
{
display: none !important;
}
(2)
.fw-category-count,
.fw-folder-count,
{
display: none !important;
}
Someone knows how to hide them?
Thanks,
Sarah