• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » admin bar and user bar
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
Posts: 3281
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 11 years and counting.
LeonHaker
Posts: 95
Reputation: 0

Message # 3 | 7:42 PM
thanx
uCoz Community » General Information » First Steps with uCoz » admin bar and user bar
  • Page 1 of 1
  • 1
Search: