This article explains how to use CSS to hide all agent photos e.g.


 


Carousel:



Profile:



 


Sidebar:



Please use this CSS:


.mh-agent .mh-agent__thumbnail,

.mh-estate__agent__thumbnail-wrapper,

.mh-user-panel__edit-profile-col > div > div:nth-child(4),

.mh-top-title__avatar,

.mh-user-panel__user img,

.mh-top-bar-user-panel__main-link img  {

display:none!important;

}

.mh-agent__heading {

padding-top:18px!important;

}

.mh-top-title__avatar + .mh-top-title__author-info {

padding-left:0!important;

}

.mh-user-panel__user a + .mh-user-panel__user__content {

padding-left:0!important;

height:auto!important;

}


In this article, you can find information how to add custom CSS to any WordPress Theme: How to add CSS code that is future update compatible