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
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 !
Please login or Register to submit your answer