The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Background of textbox in Profile
Hello,
I can't figure out how to change background of textbox in Profile (visitor messages). Through body_background it will change background of forum too. Any ideas? |
#2
|
||||
|
||||
I just answered this recently....
PHP Code:
|
#3
|
|||
|
|||
Thanks. I tried it but it didn't changed anything so I deleted
PHP Code:
You helped me a lot. So thank you again. |
#4
|
||||
|
||||
If you tried the code I posted, my guess it you put it in the wrong place. You need to put it somewhere *after* vbulletin defines it or it won't overwrite the vbulletin property.
|
#5
|
|||
|
|||
I'm trying to change that as well. I added that line to the bottom of member.css, but it didn't do anything. Did I add it to the wrong .css
|
#6
|
||||
|
||||
What template was it originally defined in? You can put it at the end of that template.
|
#7
|
|||
|
|||
worked for me, THANK YOU!
Now I need to fix the already sent profile messages background - that's white/white too. |
#8
|
||||
|
||||
Just gonna edit your code Lynne hope u dont mind, So that ppl dont have to worry where the CSS is added.
Code:
.profile_content .editor_textbox iframe { background: #xxxxxx !important ; } |
#9
|
|||
|
|||
any tips on fixing this white on white "already sent profile messages"?
I had to highlight it so we could read it Attachment 111418 or this on the forums page? Attachment 111419 |
#10
|
||||
|
||||
The class used is this
.postbit-lite .posttext { color:#coloruwant; } Try it but it might change some other text too.. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|