I'm wanting to change the top box colors of the Ajax IM plugin from the current color to #222222 with white text. Would anyone know what style codes I need to edit to do so? (I also want to do the same color change on the chat tabs) Thanks.
-Jake
I'm wanting to change the top box colors of the Ajax IM plugin from the current color to #222222 with white text. Would anyone know what style codes I need to edit to do so? (I also want to do the same color change on the chat tabs) Thanks.
-Jake
look at your ow_themes/yourthemename/base.css and look for .ow_chat_block thats a start
i am using a dif style than you prob i am using macabre
i added the background color to change the top box background color.
.ow_chat_block .ow_bot_panel .ow_count_block {
padding:5px 0;
margin:0;
text-align:center;
color:#000;
background:#222222; /* added */
font-weight:normal;
visibility:visible;
}
that will change the background
then go to admin languages and look for the word Chat
the key name is {text key='ajaxim+chat'}
and change it to this..
<span style="color:#FFFFFF;">Chat</span>