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

    (@andrewshu)

    Hello @cubyzk

    You could add this CSS code (this is an example, you could change colors):

    .um-directory .um-do-search.um-button {
        background: #000;
        color: #fff;
    }
    .um-directory .um-new-dropdown li a {
        color: #000;
    }

    Regards.

    Thread Starter cubyzk

    (@cubyzk)

    Hi @andrewshu
    this CSS code doesn’t work.

    .um-directory .um-new-dropdown li a {
        color: #000;
    }
    Plugin Support andrewshu

    (@andrewshu)

    Hello @cubyzk

    Try to add this one:

    .um-directory .um-new-dropdown li a {
        color: #000 !important;
    }

    Regards.

    Thread Starter cubyzk

    (@cubyzk)

    Hi @andrewshu

    The dropdown filter color still hasn’t changed.

    Plugin Support andrewshu

    (@andrewshu)

    Hello @cubyzk

    You need to inspect the link (tag <a>) element and check its CSS.

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @cubyzk

    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 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Member list page’ is closed to new replies.