Notifications
Clear all
Topic starter
16/07/2016 12:43 am
Hi, Can you help me?
I just want to have a positive button on my comment section, i mean, I only want to allow users to like and not to dislike the comments. How can i do it? To just show the like option.
Here is a normal entry: http://www.walnov.com/felicidad
Thank You!
16/07/2016 8:30 am
There is not an option for this. You can hide the dislike button using this css:
#wpcomm .wc-comment-footer .wc-vote-img-down{display: none;}
But the spaces and separators will still be there.
Topic starter
16/07/2016 6:00 pm
And where do I put this css? In which file? Thank you
17/07/2016 12:21 pm
Please navigate to wpDiscuz Settings > Styling Tab and put it in Custom CSS Code textarea.
Topic starter
17/07/2016 9:56 pm
Thx! It worked!