Sorry for the question as it's quite an unnecessary thing to even do, but I wasn't sure what to do. I'm not very good at all with PHP so I'm struggling to find an answer.
Looking through qa-theme-base.php i found the relevant section:
function logged_in()
{
$this->output_split(@$this->content['loggedin'], 'qa-logged-in', 'DIV');
}
but when it says '@$this->content['loggedin']', how can i edit what it's referencing? sorry, i'm just so confused and cannot do this without help.