MyBB Community Forums

Full Version: Change colour.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Another question, sorry.

I've looked almost everywhere to try and replace the font colour of these two areas.
The first (user profile below admin options).
[Image: 1zshR]

The second (below the reply to a thread box).
[Image: 1zsib]

Where can I replace the colours of these? Smile
can you provide the link ???
Install Firebug, then you can right click anything on any web page, then click "Inspect Element" and you can see which css elements build up the part you are inspecting. You can also do this on Google Chrome I believe.
Can you provide the link please?
Sorry, I've tried using FireBug but I still can't seem to figure it out, it uses the class thread_tools which i've tried adding/editing but much to my avail.

Thread Tools at the bottom left:
http://letscotch.com/showthread.php?tid=1695

Buddy Tools on the right:
http://letscotch.com/member.php?action=profile&uid=1
in your theme showthread.css
look for this code :

ul.thread_tools li:a {

rename it to

ul.thread_tools li a {

this will solve the problem Smile

the same is for buddy tools,
this will fix it Smile
regards,
Okay yep thats fixed the thread_tools, but didn't do anything to the buddy tools.
The only way I could seem to change the buddy tools was to change the a:link in the global.css, but that changes the colour of the subforum titles.

I'm a (not-so) damsel in distress.
Just install web dev tools or FIrebug and it tells you the exact line you need to edit in global.css
Sorry I'm a major idiot, I've been looking at the wrong part in FireBug *facepalm*