Hi Jeromy,
I have tested this and it seems the language string is hardcoded in the css. I will report this to the designers so they can fix this. In the meantime, can you apply the following custom css codes into your custom.css file in
JoomlaFolder/templates/echo/css/custom.css and see how it goes? Thanks.
.com_easysocial #es .es-profile-header__bd__filter .es-side-widget-btn-showmore::after,
.com_easysocial #es .es-profile-header__ft__filter .es-side-widget-btn-showmore::after,
.com_easysocial #es .es-side-widget__filter .es-side-widget-btn-showmore::after {
display: none;
}
.es-side-widget-btn-showmore,
.com_easysocial #es .es-profile-header__ft__filter .es-side-widget-btn-showmore,
.com_easysocial #es .es-side-widget__filter .es-side-widget-btn-showmore {
font-size: 14px;
}