Title: Profile Image Style
Last modified: February 4, 2022

---

# Profile Image Style

 *  Resolved [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/)
 * In the latest version of Ultimate Member, where does one change the profile image
   style, such as curved edge square, circle or rectangle?

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15328204)
 * Hi [@lfung7](https://wordpress.org/support/users/lfung7/)
 * There’s no setting to change the image style. You will have to use CSS to change
   the image style.
 * Here’s an example that changes the avatar/image style from radius to hexagon:
 *     ```
       .um-avatar{
           clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
       }
       ```
   
 * Regards,
 *  Thread Starter [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15330455)
 * There was before.
 * What is the avatar code for curved edge square?
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15335896)
 * Hi [@lfung7](https://wordpress.org/support/users/lfung7/)
 * You can try the following for the curved edge square:
 *     ```
       .um-avatar{
          border-radius: 5px !important;
       }
       ```
   
 * Regards,
 *  Thread Starter [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15338376)
 * Hello,
    Where do I copy and paste css code?
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15338481)
 * [@lfung7](https://wordpress.org/support/users/lfung7/)
 * Read this example:
 * [https://docs.ultimatemember.com/article/1649-customizing-users-profile-name-and-description-colors](https://docs.ultimatemember.com/article/1649-customizing-users-profile-name-and-description-colors)
 *  Thread Starter [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15339562)
 * [@missveronicatv](https://wordpress.org/support/users/missveronicatv/)
    Thank
   you, however I was referring to the frame around the profile image. The old version
   had square with round edges, circle, and square as choices however the next 2
   versions removed the function altogether. Hoping for a CSS code to recreate manually.
 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15340391)
 * [@lfung7](https://wordpress.org/support/users/lfung7/)
 * > Where do I copy and paste css code?
 * My reply was for your question with an example how you can paste the CSS code.
 * You can also paste the CSS code by using the “Code Snippets” plugin.
    [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
    -  This reply was modified 4 years, 5 months ago by [missveronica](https://wordpress.org/support/users/missveronicatv/).
    -  This reply was modified 4 years, 5 months ago by [missveronica](https://wordpress.org/support/users/missveronicatv/).
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15340463)
 * Hi [@lfung7](https://wordpress.org/support/users/lfung7/)
 * Have you tried using the above code for your theme? You can try this plugin to
   insert CSS: [https://wordpress.org/plugins/custom-css-js/](https://wordpress.org/plugins/custom-css-js/)
 * Regards,
 *  Thread Starter [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15340550)
 * [@champsupertramp](https://wordpress.org/support/users/champsupertramp/)
    No 
   I have not. Know very little about css codes. Open to adding codes and adapt 
   to having plugins compatible with theme.
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15341217)
 * Hi [@lfung7](https://wordpress.org/support/users/lfung7/)
 * Please try installing this plugin, once installed, see the “Custom CSS & JS” 
   in the WP Admin menus:
    [https://wordpress.org/plugins/custom-css-js/](https://wordpress.org/plugins/custom-css-js/)
 * Click on that menu and click on the “Add CSS”. Add the following CSS to the editor:
 *     ```
       .um-avatar{
          border-radius: 5px !important;
       }
       ```
   
 * Hit on “Publish” and then see if the profile photos style has changed.
 * Regards,
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15432649)
 * Hi [@lfung7](https://wordpress.org/support/users/lfung7/)
 * Please feel free to re-open this thread by changing the Topic Status to ‘Not 
   Resolved’ if any other questions come up and we’d be happy to help… 🙂
 *  Thread Starter [journey](https://wordpress.org/support/users/lfung7/)
 * (@lfung7)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15439898)
 * The plugin Custom CSS & JS seems like a good idea, sadly not being a tech person
   the plugin is rather useless and the newest version of wordpress is not compatible
   with older version of ultimate member. Plus, I don’t update to the newest ultimate
   member because I don’t like the layout of profile layout. The newest version 
   of both wordpress and ultimate member does not seem compatible with each other.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Profile Image Style’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 12 replies
 * 4 participants
 * Last reply from: [journey](https://wordpress.org/support/users/lfung7/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/profile-image-style/#post-15439898)
 * Status: resolved