Sharepoint Discussion board

nevin jaison 21 Reputation points
2021-11-03T18:06:23.04+00:00

Hello,

Once a discussion topic is added, how do I remove "created by" section? I have attached a screenshot. For example,
"Created by Nevin at 11:00".

Thank you.
146276-screenshot-2021-11-03-114523.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 41,946 Reputation points Microsoft Vendor
    2021-11-04T02:35:28.727+00:00

    @nevin jaison

    Here're steps:

    1.Edit page -> Add a web part -> Script Editor web part ->Edit Snippet.

    2.Add following codes.

    <style type="text/css">  
    ul.ms-comm-metalineList.ms-noList>li.ms-comm-metalineItemSeparator.ms-comm-metalineItem{  
        display:none;  
    }  
    </style>  
    

    146422-1.png

    3.Result.
    146421-2.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.