2018-09-13, 08:32 AM
Find if this exists in your global.css
and replace with
If you can't find the first part don't worry and just add the second part and you are good.
.postbit_qrestore,
.status_type{
display:none!important;
}
.deleted_post .postbit_qrestore,
.deleted_post .status_type{
display:inline!important;
}
.deleted_post .postbit_mirage{
display:none!important;
}
and replace with
.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
display: none;
}
If you can't find the first part don't worry and just add the second part and you are good.