• Hi, in previous versions I could set the profile logos to square, round or circle but that option is no longer there and you’ve added CSS with important, so although I’ve added CSS it still ignores my changes. Can you update your ultimate-member/assets/css/um-members.min.css to remove

    .um-directory .um-members-wrapper .um-members .um-member .um-member-photo.radius-1 a img {
    
    -moz-border-radius: 999px !important;
    -webkit-border-radius: 999px !important;
    border-radius: 999px !important;
    
    }

    I can’t keep editing the CSS file every time you do an update and the !important overwrites my css code and ruins my client’s site!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello

    You could add the “body” for override CSS:

    body .um-directory .um-members-wrapper .um-members .um-member .um-member-photo.radius-1 a img{}

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @tridentmarketing

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘profile image shape overwrite’ is closed to new replies.