diff --git a/plugins/unl_theme/css/actionNotice.php b/plugins/unl_theme/css/actionNotice.php
index dc6a127f7a7d550bdb3f49858db7b291afe62bdb..320a66d0e6a02920ff19abc1511fac7a17a2f0a3 100644
--- a/plugins/unl_theme/css/actionNotice.php
+++ b/plugins/unl_theme/css/actionNotice.php
@@ -89,7 +89,6 @@ Action Notice Box and Login Colorbox displayed to help users either register or
 		float:left;
 		height:94px;
 		width:58px;
-		background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;
 		background-position: 0 0;
     }
     #actionBar #elggOption .optionMessage{
diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php
index 1348ff667680d291a6162cf0429e6ff6fe736dc1..2b1700fa29a301913ca763a825c0fd6d942cce3f 100644
--- a/plugins/unl_theme/views/default/css.php
+++ b/plugins/unl_theme/views/default/css.php
@@ -18,6 +18,7 @@
 //Any elements which appear differently (or only for) non-logged in users should be imported here.
 if (!isloggedin()) {
 	echo "@import url('".$vars['url']."mod/unl_theme/css/actionNotice.php');";
+	echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;";
 }
 ?>