The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Stylevar for Visitor's Message
Has anyone figured out what stylevar is used to changed the baccground on the wysiwyg editors box when on a members profile page and sending a visitors messenger. So far its the only thing I haven't been able to edit that I need to.
For some reason only the body_baccground can be used but that changes way too much. So I either need to change the color of the wysiwyg editor baccround of the color of the text that is typed in that box. |
#2
|
||||
|
||||
{vb:stylevar body_background.backgroundColor}
|
#3
|
||||
|
||||
That changes the baccground for too much o the site.
Is there any css I could add so that the text inputted into the editor becomes white or another color.? |
#4
|
||||
|
||||
Use firebug to get the class and then you can just add some css to change it to whatever you want - HOW TO Find what Stylevar you need to edit
|
#5
|
||||
|
||||
Well I was able to cahnge the baccgroun but it didn't help since there's a layer above it. I tried just changed the text color when typing in it but nothing is working for that. Do you know of a css code I can input to change the text that is type in it?
|
#6
|
||||
|
||||
Did you try just adding some css:
Code:
.profile_content .editor_textbox iframe { background: white; } |
#7
|
||||
|
||||
Yeah I tried all of that. the probles is that _body_baccground overlaps it so it doesn't show. That's why now I just trying to chang the color of the text that is being type in but nothing is changing it.
|
#8
|
||||
|
||||
You must not be applying it in the correct place (I put it in a custom css template that is called right before the </head>) because when I use that css, it does what I want.
|
#9
|
||||
|
||||
OK adding a new css and manually putting it into the template itself didn't work but you definitely pointed me into another way to get it to work.
Much thanks! |
#10
|
|||
|
|||
Quote:
Thanks, Mike |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|