color of the font

Hello good afternoon
Sorry for my ignorance but I do not understand anything from custom css I wanted to ask you for help:
I would like to change the font color of the font that is white to yellow:
Print screen: https://i.imgur.com/1aXGD3V.png

I only use this URL properties:
https://www.nightdev.com/hosted/obschat/?channel=userxxx&fade=30&bot_activity=false&prevent_clipping=false

What I am using at the moment is too blurred with little clarity

Print screen: https://i.imgur.com/f63RRrC.png

Please help me

Hiya, you would need to add something like this to the css in obs:

.chat_line .message {
    color: yellow;
}

This is probably not the best yellow color to read, you might want to search for a better yellow hexadecimal value.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.