@arwenmckenzie
10 years, 11 months ago
I’m trying to hide two tabs in the user profiles (notification and forums) using css with no such luck. Anybody out there having the solution for my problem?
Oops, I missed part of the code in the css snippet so no wonder it did not work out that well. Now it works!
Hide forum tab;
#user-forums { display: none !important; }