Notifications
                
            
                Clear all
    
            
        
	                                     Topic starter
                    22/08/2019 11:03 am  
		                                    
        
        
        
    
    	            
	            Morning, does anyone know what the best way would be to get rid of the shadow around the avatar?
ive tried box-shadow CSS but I’m a beginner and maybe inputting it in wrong as it isn’t changing..
thanks!
	                                                        22/08/2019 11:34 am  
		                                    
        
        
        
    
    	            
	            Hi @nobbyrn,
The CSS code is provided below:
#wpcomm .avatar {
  box-shadow: none !important;
}
Please don't forget to delete all caches and press CTRL+F5 on frontend before checking.
	                                     Topic starter
                    22/08/2019 11:59 am  
		                                    
        
        
        
    
    	            
	            Sorted, thanks!


 
                        