• ozipete

    (@ozipete)


    Since the upgrade to 2.04 the Member Directory is showing Square profile pics but before it was round.. Am I missing something in the settings to change this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support calumallison

    (@calumallison)

    Hi,

    Can you please add this to your custom CSS:

    .um-member-photo img {
    border-radius: 100px !important;
    }

    This should make the photo a circle.

    Thanks

    Thread Starter ozipete

    (@ozipete)

    Thanks for response. Gave that try to no avail however this works!

    .um-member.with-cover .um-member-photo img {
    border-radius: 100px !important;
    }

    Plugin Support calumallison

    (@calumallison)

    Can you try:

    .um-member-photo img {
    border-radius: 100px !important;
    }

    Thread Starter ozipete

    (@ozipete)

    Yes that CSS is exactly what I tried in themes Custom CSS, but did not wanna work, however changing it to what I have above worked fine.. Profile pic in /account is also still square, pic in profile was always ok.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Member Directory showing Square Photo not Round’ is closed to new replies.