How do I remove Teacher Icon from Course archive and My courses page
If you want to remove the Teacher icon from the Course archive page and My courses page then you need to add the CSS attached below to Edwiser RemUI settings > general settings > Custom CSS:
.instructor-info-wrapper a img {
display: none;
}