Notifications
Clear all

How do I remove the thumbs down option in of wpdiscuz

3 Posts
2 Users
1 Likes
2,376 Views
(@monty)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

How do I remove the thumbs down option in all of wpdiscuz and

wpDiscuz Advanced Likers

?

I would like for all members to not be able to click thumbs down.

They either click thumbs up or ignore. 

How do I achieve this?

Screen Shot 2018 08 20 at 2.37.30 pm
This topic was modified 6 years ago 2 times by monty

   
Quote
Arina
(@arina)
Support Team
Joined: 10 years ago
Posts: 101
 

Hi @monty,

Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS in Custom CSS Code textarea. 

#wpcomm .wc-vote-link.wc-down{
display: none !important;
}
.wcai-wrapper .wcai-profile-stat-box {
width32%
}
.wcai-profile-stat-box:nth-child(4) {
display: none;
}

   
monty reacted
ReplyQuote
(@monty)
Member Customer
Joined: 6 years ago
Posts: 8
Topic starter  

Thanks


   
ReplyQuote
Share:
Scroll to top