If you want to hide the timestamps on your posts ๐
โ
you should add this code to your custom CSS box under Settings > Design ๐
.checkin-timestamp { /*hide the timestamp*/
display: none;
}
For hiding the usernames on your social wall ๐ ,
โ
add this code to your CSS box ๐
.checkin-user-name { /*hide the username*/
display: none;
}
Once you add those CSS code snippets, the timestamp and username will disappear on each post ๐
โ
โ
In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!
โ
โ