By Edward Stacey on Tuesday, 08 August 2017
Likes 0
Views 1.9K
Votes 0
I'm wondering how I could have 'square' like Avatars in the Echo template - like the ones in the Elegant template ?
Ah, okay sorry I misunderstood your post. Here's a code that you may place in /templates/echo/css/custom.css to make it look square instead of round,

[gist]
body.com_easysocial #es .o-avatar img,
body.com_easysocial #es .o-avatar--text {
border-radius: 2px;
}
[/gist]
·
Wednesday, 09 August 2017 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Edward,

Hm, do you mean round instead of square? The echo template uses a round avatar while EasySocial itself uses a square avatar. Unfortunately we do not have rounded avatars in EasySocial. You could try to copy the css codes from the Echo template if you want to implemented rounded avatars, http://take.ms/wuVzR
·
Tuesday, 08 August 2017 21:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm using the Echo template with Easysocial - the Avatars are 'round'
When I use the Elegant Template with Easysocial - the Avatars are 'square with rounded corners'
This was the place to REQUEST something wasn't it ?

I suppose I could cut and paste the code - but sure wish there were 'options' available in the template for changes..

Here's what the Difference looks like. .
·
Tuesday, 08 August 2017 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark, that changed the avatars on the site, except for the one on the profile - it's still round.. is there a code I can enter for that, or is it too hard coded in.. thanks again for helping.
·
Wednesday, 09 August 2017 07:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Try apply this css into JoomlaFolder/templates/echo/css/custom.css


.com_easysocial #es .es-profile-header__avatar-wrap,
.com_easysocial #es .es-profile-header__avatar-wrap > a {
border-radius: 0;
}
·
Wednesday, 09 August 2017 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
That is exactly what I was looking for, thank you!
·
Wednesday, 09 August 2017 20:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Edward, glad that your issues are resolved now
·
Wednesday, 09 August 2017 21:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post