Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change gray font in group description

  • @erraticramblings

    Participant

    I’ve been trying to figure out how to use the advice that’s been given to others regarding the grayish font that’s used for the group description. It’s practically impossible to read with the background I have. Is there any chance I can get a simple CSS solution to copy and paste? I’m not familiar enough with web development tools to feel comfortable using them. Here is the link to my site page, so you understand the issue: I’d like to change the font to black and am looking for a simple solution. Thank you!

Viewing 14 replies - 1 through 14 (of 14 total)
  • @grafcom

    Participant

    @erraticramblings

    Try this in: – Customizer – Extra CSS

    #buddypress div#item-header div#item-meta {
        color: #000000;
        font-size: 80%;
    }

    @erraticramblings

    Participant

    No luck, unfortunately. Thank you for trying.

    @grafcom

    Participant

    Why not? What theme do you use?

    Can you give me a link to a group page?

    @erraticramblings

    Participant

    I’m using the Total theme from #Hash

    http://www.emilyschultz90.com/group-discourse/

    @grafcom

    Participant

    Try this

    #buddypress ul.item-list li div.item-desc {
        color: #000000;
        font-size: 80%;
    }

    @erraticramblings

    Participant

    It worked! Thank you so much! You are my hero.

    @grafcom

    Participant

    You’re welcome 🙂

    @grafcom

    Participant

    @erraticramblings

    Participant

    Thank you! Such an interesting poem. I like the idea that things don’t have hidden meanings. This world is incredible enough without trying to make it seem even more mysterious and complex. It does that well enough on its own.

    @erraticramblings

    Participant

    Not to be a pest, but would you happen to know how to change the color of the meta description areas where it says how many group members there are, whether it’s public or private, and what you’re viewing? Thank you.

    @erraticramblings

    Participant

    Also, the description of the group when you actually click on it. Sorry, I’m inept at this stuff.

    @grafcom

    Participant

    I live in the Netherlands and now I have to do a few other things now.

    Do you mind if we do that tomorrow? My morning … OK?

    @grafcom

    Participant

    perhaps more convenient e-mail me at gunu at marius-siroen.com – I would like to help you further

    @erraticramblings

    Participant

    Absolutely. Do what you need to do.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Change gray font in group description’ is closed to new replies.
Skip to toolbar