MyBB Community Forums

Full Version: Change link colour in posts only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change the link colour in posts only so.
example: http://mybb.com would apear as say red and not blue but only in a post and not the other links.
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.post_body {
	padding: 5px;
}

3. Add below:

.post_body a:link {
	color: #026CB1;
	text-decoration: none;
}

.post_body a:visited {
	color: #026CB1;
	text-decoration: none;
}

.post_body a:hover, .post_body a:active {
	color: #000;
	text-decoration: underline;
}

4. Edit the classes you just added as you wish.
Thanks thought it might be something like that but just wanted to check.
Can some one tell me if this works well
http://lab-lovers.com/Thread-Carmella?pid=2971#pid2971
or does the link need more contrast
Looks okay but to be sure I'd make a more elaborate thread with tons more links and text. Then ask for opinions.
I may have one.
http://lab-lovers.com/Thread-Pet-insuran...we-need-it
that one has more text and links.