XF 1.3 Remove Stackalerts

I think you can only remove them using CSS.

Code:
#StackAlerts
{
    display: none;
}

The above added to EXTRA.css should hide it. If not, try adding !important after none.

They are very useful though...
 
Back
Top Bottom