Adding Color to Chat Room plugin?
-
Hey guys,
Does anyone know how to add color to the text and/or background in a plugin? There’s not much to the coding. There aren’t any available adjustments, which is no good. I’m unable to find any other free chat room plugins that actually work. If i could at the very lest edit the content text to white rather than gray, that would be perfect. As of right now when people are speaking the text is blending with my gray background.This is the entire CSS;
<body>
<span>
<style>
.chat-container {
height: 260px;
background-color: #ffff;
overflow: scroll;
overflow-x: hidden;
margin-bottom: 20px;
border-bottom: 1px solid #CCC;
}
</style>
</span>
</body>
The topic ‘Adding Color to Chat Room plugin?’ is closed to new replies.