Home Forums Education Booster Pro Date on entries

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #2153
      Anonymous
      Inactive

      How can I hide date of entries? for example, here https://comunicateentusmedios.org/category/talleres/

    • #2158
      keonthemes
      Keymaster

      Hello,

      There is no default option for hiding date of the post item, but you can achieve that by Additional CSS code. Please refer below simple steps;

      Go to Dashboard > Appearance > Customize > Additional CSS and paste the below code.

      .block-grid .post-content .post-thumb-outer .post-detail {
      display: none;
      }

      Note: it will hide from all blog posts.

      Thanks and Best Regards!!!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.