XF 1.5 Profile block/widget

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