put the code on "about me" input on edit profile:
<style>
.general-about{
position: relative;
margin-top: 30px;
}
.general-about .profile-pic::before{
content: '';
background: url('[URL IMAGE NAME]') no-repeat;
background-size: cover;
display: block;
width: 100px;
height: 100px;
z-index: 999;
position: absolute;
top: -43px;
left: -32px;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )