Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
12-29-2011, 09:40 PM
(This post was last modified: 12-29-2011, 09:41 PM by AceInfinity.)
You go into your Template styles and edit the CSS from there, i've been in there for edits before on Vbulletin, and it's not very well laid out, but pretty simple to fix. They are listed by category, otherwise there's a global CSS just like in MyBB. Find the hex value of that text which is most commonly what color values are stored in and Ctrl + F results that may be relevant to that CSS style depending on what class you find with something like Firebug in your webbrowser.
Posts: 2,793
Threads: 251
Joined: Oct 2009
Reputation:
85
12-29-2011, 09:43 PM
(This post was last modified: 12-29-2011, 09:43 PM by Sam.)
I've just bought a license (thought I'd try it) so when I get activated I'll take a look also. That's if the above answer doesn't help you.
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
I'll help out, only if he asks, otherwise I see no reason to force my advice on him, it's always going to be up to the user in the end to decide on which advice they want to try. All i'm saying is that i've dealt with the CSS and Vbulletin for quite a while on my localhost recently. I wanted to see how their forum mods work. Yet the documentation for that is very limited. The downside of being paid forum software, as opposed to MyBB where development comes at a free price, and more active support because it's free, and everyone can afford it.
Posts: 1,782
Threads: 167
Joined: Oct 2009
Reputation:
71
Yea thanks Ace.
I know its in the templates. More specifically i am wanting to know where.
I ended up finding it so thanks anyway guys.
It was .userprof_content{
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
Did you use firebug to help you out? The class or div there is usually a hint as to where it may be found. Since I too know the cluttered templates for editing in Vbulletin. It's pretty crappy.