- Joined
 - Jun 24, 2019
 
- Messages
 - 141
 
- Points
 - 53
 
Reputation:
Hello guys, in my forum I use dbtech shop to sell items to users, and i have the idea: sell custom icons for members, I managed to add them with the item type Username Style (Pre-Defined), the CSS code I used is this one:
	
	
	
		
But I have a problem when using ::after , I can't modify the size of the icon to my will, this CSS not working for me for some reazon
Is there a way that I can insert a div right next to username in all templates?
A photo of my icon shop
	
		
			
		
		
	
		
		
	
	
		
	
	
		
			
		
		
	
			
			
		CSS:
	
	&:after {
    padding: 1%;
    content: url(/static/nameicons/1403-assslap.gif);
}
	But I have a problem when using ::after , I can't modify the size of the icon to my will, this CSS not working for me for some reazon
height: 20px;
width: 20px;
Is there a way that I can insert a div right next to username in all templates?
A photo of my icon shop