Home Forums WoodMart support forum Hide blog post date

Hide blog post date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #626339

    admin-0286
    Participant

    Hi,
    Is there a way to hide the date on my blog posts?

    #626409

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-post-date.wd-style-with-bg, .wd-meta-date {
      display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)