MyBB Community Forums

Full Version: Colour the links?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How the heck do I colour the links?

www.RuneGear.net

Help please?

a:link colours most links, gahh...
What link are you talking about then ?
The links in the thread.

Like, [ url=www.google.com]google[/url]
In your global.css file, type in this code ad put in the color of your choice:
.post_body a, .post_body a:active, .post_body a:visited {
color: yourcolorhere;
}
(2010-07-12, 02:33 PM)computergeek67 Wrote: [ -> ]In your global.css file, type in this code ad put in the color of your choice:
.post_body a, .post_body a:active, .post_body a:visited {
color: yourcolorhere;
}

Thank you so much, much appreciation.
(2010-07-12, 08:10 PM)The Elite Wrote: [ -> ]Thank you so much, much appreciation.

You're welcome.
Thanks, wondered this too Smile