By Jeromy Waunch on Thursday, 02 March 2017
Posted in General
Likes 0
Views 174
Votes 0
How would I go about changing this on the Dashboard feed, right hand column of echo template? (image attached) I would also like to suggest that the template or EasySocial is updated to this text in the future also, since it is more user friendly, in my opinion.
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;
}
·
Thursday, 02 March 2017 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Works perfectly. Thank you!
·
Friday, 03 March 2017 03:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jeromy,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 03 March 2017 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post