Help > Forum > Topics & Posts > Hiding post dates

Hiding post dates

You can hide the date that posts are made on by following the instructions below:

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Insert the following HTML code into the Forum Head Tag HTML Code text box:

    <style>
    span.mod.icons.pull-right > time, .last-post > i > span > time, .post-date > time, .post-date > span:not(.edited) > time {
        display: none !important;
    }
    </style>
    
  5. Save your Settings.


If you still need help, please contact us.