By Ben Moore on Saturday, 12 May 2018
Posted in Technical Issues
Replies 1
Likes 0
Views 522
Votes 0
I'm looking to disable reposts. How do I go about doing that?
Hi there,

Currently, it is not possible for you to disable them currently, but you can hide them using css codes below, by including them on your current custom.css files and see how it goes

[gist type="php"]
#es .action-title-repost {
display:none !important;
}
[/gist]
·
Monday, 14 May 2018 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post