The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

can't change chat box username color

2 posters

Go down

Solved can't change chat box username color

Post by drev October 11th 2010, 3:54 pm

The color and username are the same so you can not see who is online. Please help me ?? i already use this script but not work

#chatbox_members ul li a span {
color : red !important;
}

my forum updatech.fazerforum.com , please help me
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 11th 2010, 4:22 pm

Add this instead of "color : red !important;"

Code:
background-color: red;
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 11th 2010, 4:39 pm

Gangstar15 wrote:Add this instead of "color : red !important;"

Code:
background-color: red;

still can't work..

this is my css :

Spoiler:

look in the bottom of css , add the chatbox color,but still cannot work Sad , u can register to my forum to see my chatbox,please help me TT
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 11th 2010, 4:41 pm

Lol Very Happy where is the forum link then xD
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 11th 2010, 4:55 pm

updatech.fazerforum.com , please check it
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 11th 2010, 5:04 pm

Hmm try this in your CSS

Code:
body.chatbox {
        background-color: #fff;
   }
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 11th 2010, 5:23 pm

Gangstar15 wrote:Hmm try this in your CSS

Code:
body.chatbox {
        background-color: #fff;
   }

still not working Sad , now my css is :

Spoiler:

but see my forum chatbox,still not change Sad , anyone please solve my problem..
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 11th 2010, 5:28 pm

Do you let me do that? (:
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 11th 2010, 5:32 pm

i already share the css in that spoiler..i'm now online in chat box
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 12th 2010, 1:36 pm

anyone...please help to solve my problem ...
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by ankillien October 12th 2010, 2:39 pm

Hello,

Please try adding this code to your CSS...

Code:
.online-users li a span ,
.online-users li a {
color: red !important;
}

Hope it helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 12th 2010, 4:53 pm

ankillien wrote:Hello,

Please try adding this code to your CSS...

Code:
.online-users li a span ,
.online-users li a {
color: red !important;
}

Hope it helps Very Happy

not work...
i just added the script,please chat my css script in this spoiler..in the bottom of this spoiler i add the script
Spoiler:

please help me...
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 12th 2010, 4:58 pm

you forgot: "{"

Code:

.online-users li a span {
.online-users li a {
color: red !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by ankillien October 12th 2010, 6:04 pm

Gangstar15 wrote:you forgot: "{"

Code:

.online-users li a span {
.online-users li a {
color: red !important;
}

No, my code is correct and he has added it correctly. But don't know why isn't it working Razz

EDIT:

drev, the code I gave should have worked. Here is another code that must work...

Code:
.online-users * {
color: red !important;
}

It will change the online usernames to red color. I have tested it on my phpBB3 forum and it works.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 12th 2010, 6:45 pm

Opps sorry Anki xD didn't saw the second one Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 14th 2010, 1:06 pm

anki , i just test the code i adding this script

.online-users * {
color: red !important;
}

but it not work, i want to ask, i must adding another script before the script? or i just copy paste the script to my css??

example : chatbox.online-users * { color:red !important;}
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 14th 2010, 1:17 pm

You must paste it how its now (: but try delete the "*" (star) from it (:
avatar
Guest
Guest


Back to top Go down

Solved Re: can't change chat box username color

Post by drev October 14th 2010, 2:32 pm

ehm,you mean , must copy a script like this

Code:
.online-users  {
color: red !important;
}

in the bottom in css??
avatar
drev
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

Solved Re: can't change chat box username color

Post by Guest October 14th 2010, 2:44 pm

Yah like this, it doesn't matter where you put the code (:

Ehm. if not work, the only way is to have the users in a colored group or change the links color (:

PS: can't change chat box username color Stock_lock-ok Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum