Hi Guys,
I’m trying to differentiate member types by adapting their avatars so they are easily recognisable in members directories etc. I thought of applying some light css to their avatars and thought I would start simple with a different coloured border for each different member type however what I have tried isn’t working, I can only achieve a different boder for user number.
Please see below, I appreciate any suggestions. Thanks
A
This works for users but would take some time to do all users this way.
img.avatar.user-1-avatar { border: 3px solid #FF0000; }
One of my attempts for member type was this…
img.avatar.bp-member-type-dj-avatar { border-radius: 25%; border: 3px solid #FF0000; }
Hi Adam,
You can target avatar based on the item list entry class instead of the avatar. The item list contains member type and you can use that as a parent select to scope/select avatars.Regards
BrajeshPS:- A polite reminder, Please avoid using all caps in the topic title in future. It creates bad experience for our forums and we appreciate not using it.
Hi Brajesh,
Thanks for your reply and info, I shall give it a shot.
Re the all caps, sorry I didn’t realise, false of habit – wasn’t trying to come across as brash or shouty.
Regards,
A
Hi Adam,
No issues.Please give that a try and let me know if it works or not?
Regards
Brajesh
You must be logged in to reply to this topic.