Help > Forum > Topics & Posts > Removing the edited post indicator text

Removing the edited post indicator text

After a post is edited, it shows the text Edited to indicate that the post was edited. Hovering over the text shows the date and time when it was last edited. You can remove the edited post indicator text by following the instructions below.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link.
  3. In the Integrate menu, click HTML.
  4. Add the following code in the Forum Head Tag HTML Code text box:

    <style>
    .post-date .edited {
        display: none !important;
    }
    </style>
    

  5. Save your changes.


If you still need help, please contact us.