Removing time stamp from comments?
- The topic ‘Removing time stamp from comments?’ is closed to new replies.
Need help? Check out our Support site, then
Hello? Anybody home? It’s been 5 days now…
Hello,
Sorry for the delay.
There is not a way to turn off the timestamp in the admin section of the site, but since you have an upgraded Custom Design site you can add some simple custom CSS to hide the timestamp.
Add this to your Custom CSS in the admin:
#comments time {
display: none;
}
This will hide the date and time of the comment post (there is not a way to hide only the time, the two are tied together).
Hope this helps, if you have any further questions feel free to shoot me a message.
Thanks,
Caleb