[Resolved] again me and bbPress

Home Forums Support [Resolved] again me and bbPress

Home Forums Support again me and bbPress

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #152275
    Uwe Pfeifer

    Hi!

    I have another problem. As seen here: http://www.unityhub.eu/forums/topic/media-embed/ closed topics are strangely grayed out and are almost unreadable. Can you maybe fix those colors? So it looks good?

    Thanks, freaky πŸ™‚

    #152333
    Tom
    Lead Developer
    Lead Developer

    That’s a standard bbPress styling issue.

    You can adjust it with this:

    #bbpress-forums .status-closed, 
    #bbpress-forums .status-closed a {
        color: #222222;
    }
    #152341
    Uwe Pfeifer

    ok thanks. the topic is also greyed out. is there a fix for that too? i mean the topic under forums -> general talk -> topic
    not the content.

    #152347
    Tom
    Lead Developer
    Lead Developer

    I’ve edited the code above πŸ™‚

    #152351
    Uwe Pfeifer

    Thank you very much! I’ve changed it to this, so the topic still looks a bit grayed out. And the font inside the post is now just black – which doesn’t indicate early that it’s closed but – I think it’s the best solution.

    #bbpress-forums .status-closed {
    color: #222222;
    }
    #bbpress-forums .status-closed a {
    color: #D5B3A4;
    }

    #152424
    Tom
    Lead Developer
    Lead Developer

    Awesome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.