Hiding Dates
-
Is it possible to hide the date and time that a blog post was published?
The blog I need help with is: (visible only to logged in users)
-
You can use Custom CSSto make changes like that to your site. Custom CSS in available if you purchase a Premium or Business plan.
To remove the date and time add the following code to the CSS box of your site’s Customizer.
.posted-on { display: none; } -
-
- The topic ‘Hiding Dates’ is closed to new replies.