Hi. Until now i made some changes on my advanced theme qa-theme.php adn everything is pretty good. What i want to do now is to add a different backround on the admin page for unlogged user.
And my question is how can i create a condition like this on my qa-theme.php file ??:
If {admin is not logged in
<div class=""></div>
}
else
bla bla bla bla
I tried to find a function for that inside qa-theme-base.php file so i can override that function on my qa-theme file but didnt find anything.
Could you please help me ??
Thanks