View Full Version : Background color of posts (vb5)
toviv
09-01-2014, 05:45 PM
I have looked and looked and apparently its not as it was in vb4. Where can I change the color of the background of posts. Its a baby blueish color and driving me insane lol.
it used to be like postbit color or what not, but it isnt now. haha.
ozzy47
09-03-2014, 07:43 PM
Try adding this to your css_additional.css
.b-post--first .b-post__body {
background: none repeat scroll 0 0 red;
}
And change red as desired.
planck
08-30-2015, 07:17 PM
Try adding this to your css_additional.css
.b-post--first .b-post__body {
background: none repeat scroll 0 0 red;
}
And change red as desired.
Where and how do you insert css_additional.css?
Thanks in advance
ozzy47
08-30-2015, 07:21 PM
This is for vB5, you also asked questions in vB4, which are you running? Because this code will not work in vB4.
planck
08-30-2015, 07:40 PM
This is for vB5, you also asked questions in vB4, which are you running? Because this code will not work in vB4.
I am running VB 5.1.8
ozzy47
08-30-2015, 07:46 PM
Ok, then you need to add the code in your ACP under the templates section, in the css_additional.css template.
planck
08-30-2015, 07:58 PM
Ok, then you need to add the code in your ACP under the templates section, in the css_additional.css template.
Thanks, it worked like a charm
***********
Also, concerning the post that i made in the VB 4 category,
Do you know how i can alter the width of the text area? (throughout the forum) in vB 5.1.8 off course
napy8gen
09-01-2015, 01:51 AM
That baby blueish is by default is the first post in the topic.
It has stylevar no need to overwrite css.
style manager> style name> style variable editor> search stylevar> thread_starter_background
other than first post - postbit reply background is: thread_reply_background
the user info on the left is: Postbit Background
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.