Magnus Gangstad
asked 9 years ago

Hi, I’ve been able to get rid of "author", "date" and "category" in my posts with Edit CSS.
I was just wondering how to disable the estimated read time as well (1 min read).

1 Answers
DominicStaff
answered 9 years ago

Hi,

To resolve this issue, you can add the following code to the style.css file:

span.reading-time {
  display: none;
}

Or you can open the \wp-content\themes\dw-timeline-pro\templates\entry-meta.php file. Remove the line 14 & 15.
Hope this helps !

Powered by DW Question & Answer Pro