Skip to main content

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

I found it out 😊

 

I removed ({{ folder.entity_collection.size }}) and ({{ category.folders_count }}) on Pages

  • Solutions category
  • Folder View
  • Article View 

I found it out 😊

 

I removed ({{ folder.entity_collection.size }}) and ({{ category.folders_count }}) on Pages

  • Solutions category
  • Folder View
  • Article View 

Hi.

Wonderful. Thank you very much for sharing how you did it! 🙌🏼

 

Best,


Reply