By Potekhin Vitalijj on Saturday, 11 July 2015
Posted in Technical Issues
Likes 0
Views 660
Votes 0
Hello,

Please tell me - how to disable it? I added the image with an explanation to my question.

Regards
It can be done?

Regards
·
Saturday, 11 July 2015 09:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Potekhin Vitalijj,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can apply this following css code in your template css file, so it will hide it.

div#discuss-wrapper .discuss-item.is-featured .discuss-statistic.pull-right,
div#discuss-wrapper .discuss-item.is-resolved .discuss-statistic.pull-right {
display: none !important;
}

div#discuss-wrapper .discuss-statistic {
display: none !important;
}

Hope this help.
·
Saturday, 11 July 2015 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. You helped me a lot.
·
Saturday, 11 July 2015 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Potekhin Vitalijj,

You're welcome, glad to heard your issues resolved.
·
Monday, 13 July 2015 12:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post