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.

Chatbox Main Font Color

Go down

Chatbox Main Font Color Empty Chatbox Main Font Color

Post by runawayhorses May 9th 2012, 2:05 pm

This is going to seem like I've asked this before and its probably been asked before but I can't find a straight answer so I'll post the question here:

How do you change the main text font color of the messages in the chatbox? I'm talking about the color of the text of the messages people post in the chatbox. It would be nice to have the code for the text color of the names of the members in the chatbox too. For the life of my I can n ot alter this font color.

I have already read all the tutorials on customizing chatboxes and none of the codes worked to change the main font color of the messages in the chatbox on phpbb3.

thanks, I'll try anything at this point.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Chatbox Main Font Color Empty Re: Chatbox Main Font Color

Post by Guest May 9th 2012, 5:23 pm

Hi!

Of course you can. CSS code for message color:
Code:
#chatbox p .user-msg .msg span{
color: #COLOR !important;
}
And for user color:
Code:
#chatbox p .user-msg .user span strong, #chatbox p .user-msg .user a span strong{
color: #COLOR !important;
}
avatar
Guest
Guest


Back to top Go down

Chatbox Main Font Color Empty Re: Chatbox Main Font Color

Post by runawayhorses May 9th 2012, 10:22 pm

The font only turned color when something was newly written into the chatbox, when you reloaded the page the fonts would return to the forums default text color. This chatbox seems to be fighting the font change.

avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Chatbox Main Font Color Empty Re: Chatbox Main Font Color

Post by runawayhorses May 10th 2012, 12:54 am

No that didn't work either.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Back to top

- Similar topics

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