MyBB Community Forums

Full Version: How to change links color ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want to change links color ( In Thread Body )

Eg.

[Image: 1z6dw2f.png]

How to do that ? I tried editing global.css file. But there are many options like a: or tcat etc.

Please help.
In global.css, you want to edit a:link for general links, a:visited for links that you have clicked on, a:hover for the color when you hover your mouse over them, and a:active doesnt matter much, but that changes the color of a link when you click it.
Hope this helps! Wink
Hi,

Thanks for replying. But i don't want to change color of all links. Just links that included in thread or posts.

When i changed a:link all my forums and categories turned into that color.

So is there any other group specially for thread body links ?

Thanks again Smile
Ah, well, I looked around in the CSS, and I couldnt find anything that looked like it would be for that. Sorry, =/
Hmm ... Okies Wink
Hey guys i still need help regarding links color ! Sad please help ...
The class for the body of posts is post_body so you would use something like

.post_body a:link { whatever } to color / format the links inside a post.
Heya !!! You ROCKS Wink Thanks a lot.