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.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>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding Color to Chat Room plugin?’ is closed to new replies.