The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Edits And Color Changes
Hello I'm in the process of editing my forum from scratch (images, colors, backgrounds etc...) I've gotten about 95% done so far. Right now I'm having issues locating few edits for the forum. BELOW is an example of the file I'm having a hard time trying to edit or find in the edit search, Thank you in advance!
forum sidebar Title Block |
#2
|
||||
|
||||
Find this bit of code, and it should tell you what it is using.
Code:
#sidebar_container .blocksubhead Code:
#sidebar_container .blocksubhead { background:transparent none; font-size:{vb:stylevar sidebar_header_fontSize}; height:{vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height} + 2px }; color: {vb:stylevar sidebar_header_color}; padding: 5px 6px; border:none; outline:none; font-weight:bold; } |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Not a problem, glad to help.
|
#5
|
|||
|
|||
Could you help me find the way to edit the user's profile background??? It's grey and I've tried to find it but I really can't.
header on top of the profile I guess... profile body background. Also on my blog side bar how can I change black boxes |
#6
|
||||
|
||||
For the profile, try adding this to your additional.css
Code:
.userprof { background-color: green; } For the blogs, add this to your additional.css Code:
#sidebar_container .blocksubhead.smaller{ background: green; } |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
I would need a link to see it in action.
|
#9
|
|||
|
|||
|
#10
|
||||
|
||||
OK cool.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|