Viewing 6 replies - 1 through 6 (of 6 total)
  • I followed the same tutorial and it is working just fine on my site.

    You need to add the CSS to the top of every page. Your theme may have an option in its customisation section that will allow you to put custom CSS in it.

    Cheers,

    Grant

    Thread Starter catmaniax

    (@catmaniax)

    That’s what I need, some custom CSS, but I don’t know which would do the trick.
    So if you could share some I’d be grateful!

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @catmaniax,

    You can try to use this CSS

    .site .avatar {
        border-radius: 50%;
    }

    Add it to your theme custom CSS section or to the Ultimate member -> Settings -> Appearance -> Custom CSS. If you don’t have this section, turn it on in Settings -> Advanced.

    Regards.

    Thread Starter catmaniax

    (@catmaniax)

    Thanks I’ll try.

    I can’t seem to find the old advanced options in UM 2.0. Can you please suggest how I enable them?

    Thanks.

    Here’s what I used for my site:

    .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }

    I didnt use the advanced settings though, that seems to have disappeared in UM2.0.

    Instead I placed this in my Theme’s custom CSS area so it appears at the top of every page on the site.

    Thread Starter catmaniax

    (@catmaniax)

    Thanks guys, both codes posted seem to work 🙂

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

The topic ‘Display avatar in menu’ is closed to new replies.