Amaury Well-known member Oct 1, 2014 #1 I'm trying to hide the panel, but I'm having problems. I've tried this to no avail: Code: .section visitorPanel .secondaryContent { display: none !important; }
I'm trying to hide the panel, but I'm having problems. I've tried this to no avail: Code: .section visitorPanel .secondaryContent { display: none !important; }
P Paul B XenForo moderator Staff member Oct 1, 2014 #2 Code: .sidebar .visitorPanel { display: none; } Upvote 0 Downvote