In 2.0.12 you used to be able to hide the rank title by setting the text-indent to -999px; however, even with that there it shows. Is there anyway to hide a usergroup title? 
	
	
	
		
				
			
		Code:
	
	.testRank {
    background-image: url('image1.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 15px;
    width: 150px;
    text-indent: -9999px;
} 
 
		