• Resolved stighetl

    (@stighetl)


    Hello!

    I’ve made a member directory. The problem is that both the background and the text is white, so I’m not able to read most of the text.

    Is there any way I can change the color of the text?

    Before and after marking the text:

    Thank you!

Viewing 3 replies - 16 through 18 (of 18 total)
  • @stighetl

    For the list view:

    .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline {
    color:black !important;
    }
    • This reply was modified 1 year, 11 months ago by missveronica.
    Thread Starter stighetl

    (@stighetl)

    @missveronicatv We’re so close now that I want to cry happy tears! I appreciate all your help so far. Thank you.

    Now It looks like this:

    Thread Starter stighetl

    (@stighetl)

    @missveronicatv I finally figured it out, many thanks to you!

    I right clicked on the text and clicked on “inspect element”. Figured out the CSS I had to change was .entry-content strong. So I changed the code to:

    .entry-content strong {
    color:black !important;
    }

    And it worked! Thank you very much for your help!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Change color of text in member directories’ is closed to new replies.