You could hide them, and then display them only for staff using something like this:
.small-action.onscreen-post {
Display:none;
}
.staff .small-action.onscreen-post {
Display :initial;
}
You could hide them, and then display them only for staff using something like this:
.small-action.onscreen-post {
Display:none;
}
.staff .small-action.onscreen-post {
Display :initial;
}