Notifications
Clear all

wpForo 1.x.x [Closed] removing subscribe button

2 Posts
2 Users
0 Likes
2,047 Views
Posts: 19
Topic starter
(@kimia)
Eminent Member
Joined: 5 years ago

how can i remove **subscribe for topics** button????

1 Reply
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @kimia,

If you'd like to remove only the "Subscribe for topics" link, please use the following CSS code:

.wpf-subscribe-forum {
display: none !important;
}

The code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles admin page.

If you'd like to disable all subscription links, just edit each Forum Access and uncheck the "Can subscribe" checkbox.