Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Remove "Like" feature

3 Posts
2 Users
1 Reactions
1,177 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 6 years ago

Hi, my forum is http://examqa.com/forums/

How can I remove the "like" feature in my threaded forum?

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @zeeshan333,

1. If you want to hide the like button only from the threaded layout, put the following CSS code in the "Custom CSS Code" located in the Dashboard > Forums > Settings > Styles admin page:

.wpfl-4 span.wpf-action.wpforo-like {
display: none !important;
}

2. You can also edit the forum accesses and uncheck the "Can like" option. 

More info here: https://wpforo.com/docs/root/wpforo-settings/forum-accesses/

1 Reply
(@zeeshan333)
Joined: 6 years ago

Estimable Member
Posts: 85

@sofy

Cheers, that worked.