prevent colors from being used in chatbox
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
prevent colors from being used in chatbox
how can i prevent some colors from being used in the chatbox the color page is not in the templates and has no way to add javascript off css so how can i hide the colors from being used or replace the colors in the chat box when they are used with a different color
Re: prevent colors from being used in chatbox
So you want to remove the color chart from the chatbox? Are you using the default chatbox from Forumotion?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: prevent colors from being used in chatbox
Hellow _Twisted_Mods_,
For default chatbox you can use this CSS :
It should keep the message color to #666, and hide the color button.
For default chatbox you can use this CSS :
- Code:
#chatbox p span.msg > span { color:#666 !important }
#divcolor.fontbutton { display:none }
It should keep the message color to #666, and hide the color button.
Re: prevent colors from being used in chatbox
i dont want to make all users use just one color or hide the button
what im wanting
prevent the color black from being used in the chatbox because the background of the chatbox is black so i have to highlight the text to read it
what im wanting
prevent the color black from being used in the chatbox because the background of the chatbox is black so i have to highlight the text to read it
Re: prevent colors from being used in chatbox
Selecting a specific color in the style attribute will work. Try this :
- Code:
#chatbox p span.msg > span[style*="#000000"] { color:#666 !important }
Re: prevent colors from being used in chatbox
.msg span[style="color: #000000"]{color:white!important;}
yea i figured it out also ..im a dummy i should have gotten this sooner
ty for the help
Solved!
yea i figured it out also ..im a dummy i should have gotten this sooner
ty for the help
Solved!
Re: prevent colors from being used in chatbox
Topic solved and archived

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum