Notifications
                
            
                Clear all
    
            
        
	                                     Topic starter
                    21/03/2019 9:17 am  
		                                    
        
        
        
    
    	            
	            Hi. Can you please let me know if there is a way for me to be able to disable links from being clicked and followed within comments and how I can achieve this? I appreciate any assistance which you can provide me. Have a great day.
	                                                        21/03/2019 11:49 am  
		                                    
        
        
        
    
    	            
	            Hi @soarbeyond,
I think this CSS code should work as you expect.
.wc-comment-text > p > a {
  color: inherit !important; /*remove this line if you'd not like to change the link text color*/
  cursor: not-allowed;
}

