Several of my older forum users have suggested they would like to see a single button for 'thumbs up'. There is very little need or desire in our forums for a 'thumbs down.' With poorer eyesight and mouse skills many times they miss the button they want.
Would it be possible with a little custom code to change the button to just a single 'thumbs up' function? Code Snippet? Maybe CSS? (I'm not a coder but I am a master cut'n'paster!)
Hi @ffooccuuss
You can use these 2 CSS codes
/* remove reaction Popover Content */ #wpforo #wpforo-wrap .wpforo-reaction.wpf-popover .wpf-popover-content {display: none !important;}
/* remove Received Dislikes Icon from Profil */ #wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){display:none;}
- This will remove the popup in the post, so by default only Like will work.
- Remove the received dislikes icon from the profile
Add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
/* remove Received Dislikes Icon from Profil */ #wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-child(8){display:none;}
Legend! Youre too good bro.
Exactly what I was hoping for! Perfect! Many thanks! And the response by my users is lots of gratitude! You make me look like a hero!