XF 1.4 Sidebar Visitor Panel

Amaury

Well-known member
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;
}
 
Top Bottom