Oct 09, 2019 12:26 pm
how can i remove **subscribe for topics** button????
1 Reply
Oct 09, 2019 1:08 pm
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.