hollosch Active member Dec 8, 2015 #1 Hi, i want to deactivate the profile block/widget in my forum. How can i do that ?
P Paul B XenForo moderator Staff member Dec 8, 2015 #2 If you want it removed from all pages, add this to EXTRA.css: Code: .sidebar .visitorPanel { display: none; } For just the forum index, use this: Code: .forum_list .sidebar .visitorPanel { display: none; } Upvote 0 Downvote
If you want it removed from all pages, add this to EXTRA.css: Code: .sidebar .visitorPanel { display: none; } For just the forum index, use this: Code: .forum_list .sidebar .visitorPanel { display: none; }