How do I turn off the forum notifications? Dont wanna click "mark all as read" all the time.
How do I turn off the forum notifications? Dont wanna click "mark all as read" all the time.
Critical_Stiban said:
How do I turn off the forum notifications? Dont wanna click "mark all as read" all the time.
Go to your (advanced) settings, and put this in the "Custom CSS" field:
/*Disable forum notifs*/ .forum-updated::after { display: none; }