• Page 1 of 1
  • 1
Forum moderator: bigblog  
admin bar and user bar
LeonHaker
Posts: 95
Reputation: 0

Message # 1 | 6:00 PM
please help me.How to remove completly admin bar and user bar from my site.
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 6:03 PM
LeonHaker, use the following script. smile

Code
<script type="text/javascript">    
$(document).ready(function(){    
$("#puzadpn").hide();    
$("#uzadpn").hide();    
$(".cuzadpn").hide();    
});    
</script>

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
LeonHaker
Posts: 95
Reputation: 0

Message # 3 | 7:42 PM
thanx
  • Page 1 of 1
  • 1
Search: