Removing "Reading Time X Minutes"
- The topic ‘Removing "Reading Time X Minutes"’ is closed to new replies.
Need help? Check out our Support site, then
Would you ever consider allowing users the ability to remove this without having to change the CSS code? I would really like to remove this but I don’t have a premium account so I am unable to do that. Have you gotten much feedback as to whether or not people like having this feature?
The blog I need help with is: (visible only to logged in users)
I am also interested in removing this!
Thanks so much.
Hi scenthive and lisarosesnow,
thanks for writing and using Janice.
Unfortunately this is not possible in the actual version. We are going to write it down your suggestion in order to take in consideration in future improvements and versions.
Thank you for your suggestion!
Ricardo P. from SiloCreativo
Hanks for writing back!
Is it also not possible to change if we were to upgrade and be able to control the html more?
Thanks!
Hi lisarosesnow,
yes of course. Upgrading let you to add your custom CSS. In that case you can add the following CSS rule to hide the “reading time” entry meta info:
.entry-meta .reading-time {
display: none !important;
}
Here you have the doc:
https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps.
Thank you again.
Ricardo P. from SiloCreativo