• Resolved mrsfalcon

    (@mrsfalcon)


    I’m trying to use ‘customize’ to change the font size in a user directory. I cannot figure out which css class to use. So far, I’ve been able to trigger display: none and that is about it. I’ve tried variations on this:
    .um-directory .um-members-wrapper .um-members.um-members-grid .um-member{
    color: #000;
    font-size: 16px;
    }

    but no luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mrsfalcon

    You can try to add this CSS to customization of your site

    .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-tagline {
        font-size: 16px !important;
    	color: #000 !important;
    }
    Thread Starter mrsfalcon

    (@mrsfalcon)

    Thank you! That did the trick!

    Plugin Support andrewshu

    (@andrewshu)

    Hello @mrsfalcon

    Did you solve this problem? Can I close this topic?

    Thank you.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @mrsfalcon

    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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font size in grid member directory’ is closed to new replies.