This manipulates the roundness of the profile picture in the User Profile edit page.
Important Notes:
- Increase or decrease roundness by changing the percentage of the border-radius (bolded).
- 0%= Square corners
- 100%= circle picture
Code:
/* Edit user profile image */
.edit-user-profile .person-details-image {
border-radius:100%;
}
Comments
Article is closed for comments.