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.
- Log in to your Website Toolbox account.
- Click the Integrate link.
- In the Integrate menu, click Custom Code.
- Add the following code in the Forum Head Tag HTML Code text box:
<style> .post-date .edited { display: none !important; } </style> - Save your changes.