Can I remove dates from the blog posts on home page?

  1. Home
  2. Docs
  3. Fudge2
  4. Frequently Asked Question...
  5. Can I remove dates from the blog posts on home page?

Can I remove dates from the blog posts on home page?

Yes. You can remove the date from the blog post by following the instruction below:

 1) Activate child theme.

2) Please go to appearance->editor->style.css

3) Add the below code:

.home .news__item .news__date {
  display: none;
}

4) Save the file.

Was this article helpful to you? Yes 1 No