How to Remove the Post Publish Date

Link: https://support.brilliantdirectories.com/support/solutions/articles/12000101601-how-to-remove-the-post-publish-date

Every post is published with the Post Date visible on the website:





Remove Date Sitewide

 

The "Posted" date can be removed site wide by adding this Custom CSS code in Design Settings. 


.posted-by-snippet-date {
  display: none;
}


Add the code in the Design Settings: 

  1. Go to Settings.
  2. Click on Design Settings.
  3. Head to the Custom CSS / HEAD tab.
  4. Add the code in the Additional CSS space.



 

Remove Date Individual Post Types


To remove the date for a specific post type add it in the Post Settings.


Go to:

  1. Go to My Content.
  2. Click on Edit Post Settings.
  3. Find to the Post Type.
  4. Head to the Detail Page Design tab.
  5. Add the code in the Insert Additional Code space.


With this one, add the style tags as well:

 

<style>
    .posted-by-snippet-date {
        display: none;
    }
</style>


 

Date Removed


Once the code has been saved, the date is removed: