Please or Register to create posts and topics.

Disable the subscription menu at the top

Is there a way to disable the subscription menu at the top?

Regards

 

@a8kissi

Of course there is, because you don’t see a subscription menu on this forum.  Assuming you actually want to know how to do it, try this in your child theme’s style.css file:

div#forum-navigation a.subscriptions-link {
   display: none;
}