Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- // Les espaces membres SystemeIO du futur - https://sio.tapezinfo.com/espace
- //
- // Offres SystemeIO : https://docs.google.com/spreadsheets/d/1PHgDSNi5SMogWF-TJ6brncT1c9VJOB_W4pvveXGN2lQ/edit?usp=sharing
- // Fontawesome (icones) : https://fontawesome.com/v5/cheatsheet
- // BONUS : 10 groupes de pub Facebook : https://tapezinfo.com/groupes
- // changer les icônes des modules dans un espace membre SystemeIO
- var x = document.querySelectorAll(".course-info__module-title-icon");
- var i;
- for (i = 0; i < x.length; i++) {
- x[i].innerHTML = '<i class="fas fa-users-class"></i>';
- }
- </script>
Add Comment
Please, Sign In to add comment