We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing design of Ajax IM | Forum

JB TECH
JB TECH May 15 '13
Hello everyone.


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

dave Leader
dave May 15 '13

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> 

The Forum post is edited by dave May 15 '13