Removing date and time from all posts
- The topic ‘Removing date and time from all posts’ is closed to new replies.
Need help? Check out our Support site, then
Hello. I would like to remove the date and time from all the posts on my website cristinagalalae.com. Could anyone help me with this?
Thank you very much.
The blog I need help with is: (visible only to logged in users)
Hi Cristina – you can do this using the custom css upgrade.
The only way to do it is to remove the date AND the name on blog posts using the following code:
.postmetadata { display:none; }
Hopefully that’s ok
Brilliant, it worked! Thank you!