Hide the Author Link In Journal Entries
Example: Prevent the default author link from appearing in journal entries.
Note: Replace the LOGIN-NAME portion for the author specific code below with the login name of the member whose author link you want to hide from display.
/* Hide A Specific Author Link */
.authored-by-LOGIN-NAME .posted-by { display: none; }
/* Hide All Author Links */
.posted-by { display: none; }


