Hide the "Entries In" Journal Filter Overview Text
Example: Hide the "Entries In" system text that displays in category and tag overview pages within your journals.
In Custom CSS put either of the following:
/* To hide this on all journal overview pages */
.journal-filter-header {display: none;}
/* To hide this on only specific journal pages */
#modulePage1234567 .journal-filter-header {display: none;}


