M Mayhem30 Member Jan 11, 2018 #1 Is it possible to use a FontAwesome icon for users who do not have a avatar set? I was hoping to use this : http://fontawesome.io/icon/user/
Is it possible to use a FontAwesome icon for users who do not have a avatar set? I was hoping to use this : http://fontawesome.io/icon/user/
Ehren Well-known member Jan 16, 2018 #3 Untested, but this should work. Add this to extra.less SCSS: // Turn default avatar into FontAwesome icon .avatar--default--dynamic{ span{ display: none; } *::before{ content: '\f007'; font-family: "FontAwesome"; } } Upvote 0 Downvote
Untested, but this should work. Add this to extra.less SCSS: // Turn default avatar into FontAwesome icon .avatar--default--dynamic{ span{ display: none; } *::before{ content: '\f007'; font-family: "FontAwesome"; } }
M Mayhem30 Member Jan 16, 2018 #4 The old one was removed, but no font-awesome icon is showing. Upvote 0 Downvote