Can I remove dates from the single blog posts?

  1. Home
  2. Docs
  3. Mondree
  4. Frequently Asked Question...
  5. Can I remove dates from the single blog posts?

Can I remove dates from the single blog posts?

1) Please activate mondree child theme.

2) Then, navigate to Appearance->editor->style.css

3) Add the below code to the end of the style-sheet:

.single-post .content__news-article span time {  display: none; }

4) Click update button.

Was this article helpful to you? Yes No