Divi Extended Documentation
Search for answers or browse our knowledge base.
Change content of a CSS class using JS
<script>
jQuery('document').ready(function(){
jQuery(".dipl_team_facebook").text('');
});
</script>
Add This to the page or Divi Theme Options Integration area.