Rosalie post date and reading time removal
-
Is it possible with CSS to remove the post date and reading time but leave the post title in the Rosalie theme?
The blog I need help with is: (visible only to logged in users)
-
PLEASE PUT BELOW CSS IN TO MY SITES > CUSTOMISE > ADDITIONAL CSS
It removes Posted date. However, I haven’t found a reading time. Please provide the exact link for that.span.posted-on {
display: none;
}I hope it helps.
-
Thank you. Actually, I used this code below and it removed both the date and reading time.
.flexslider .slides h1.entry-title {
font-size: 200%;
}
.flexslider .slides .entry-meta {
display: none !important;
}
- The topic ‘Rosalie post date and reading time removal’ is closed to new replies.