Facebook chat custom CSS font color not working

b1ackb3ard8

New Member
My Facebook chat box direct to OBS Studio (browser source) is not changing colors for the fonts

Here is the script:

body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
._6a44 { display: none; }
._25zr, ._5dw9, ._5dwa, ._4-u3 > span { display: none !important; }
._25zt, ._38my { visibility: hidden; }
._uql { display: none; border: 0 !important; }
div { background: none !important; }
._32cm { padding: 2px 2px; }
.UFICommentBody {
display: none;
visibility: hidden; }
._25zq, _2fr0, _4-u2, _4-u8 { border: 0 !important; }
._4gy4 { border: 0 !important; }
._up_, ._4-u3 { border: 0 !important; }
._ohe > .img { width: 22px; height: 22px }
._6n4l > a { font-weight: bold; color: red !important; font-size: 13px; }
._6a43 { color: orange; font-weight: bold; }
::-webkit-scrollbar { display: none; }

the font color stays black as the and gray where it should be red and orange

Thank you in advance!
 

Attachments

  • OBS help.png
    OBS help.png
    36.1 KB · Views: 151
Top