Use this Custom Code snippet to remove the timestamps displayed on Tiles and Items.
Details
- Type: CSS
- Placement: Head
Code
For Tiles
<style>
.friendly-timestamp {
display:none;
</style>
For Items
<style>
span.date {
display:none;
}
</style>
Comments
Please sign in to leave a comment.