Hello,
I have put this code on Header.php file
<script>
var e = document.getElementsByClassName(“socialmedia”)[0];
var icons = e.getElementsByTagName(“img”);
icons[3].src = “Iconsrc”;
</script>
but nothing changet on my socialmedia Icons. The Icon has uploaded on my domain and I have put the address of the Icon instead of “Iconsrc”
wherer is the problem?