Background color of Sticky Threads

  • Is there a way to change the background color of sticky threads?


    When I inspect element it looks as if this line tr#thread3 .wbbThread .jsClipboardObject .wbbThreadSticky controls it but it doesn't

  • You don't need to specify all 3 classes ...


    Code
    .wbbThreadSticky td {
    background-color: #000;
    }


    That should work.

    98% aller PC Probleme sitzen direkt davor.

    Edited once, last by Garma ().

  • You don't need to specify all 3 classes ...


    Code
    .wbbThreadSticky {
    background-color: #000;
    }

    That should work.

    I tried this and it does not work for some reason, although I would think that it should.


    You have a very nice looking forum BTW @Garma, it's one of the best dark styles that I've seen for WBB.

  • Ah I forgot the tr element itself has no background color. The whole row uses the background color of its columns. I have corrected the code in my previous post.

    98% aller PC Probleme sitzen direkt davor.

  • Ah I forgot the tr element itself has no background color. The whole row uses the background color of its columns. I have corrected the code in my previous post.

    That works except for the alternate threads. What should be added for those?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!