MyBB Community Forums

Full Version: Help with 1point8 Theme CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: t357O6e.jpg]

I added this and there was no change whatsoever.
(2014-11-25, 09:11 PM)Sodacake Wrote: [ -> ][Image: t357O6e.jpg]

I added this and there was no change whatsoever.

That's wrong, try this and edit the colors

.post_body {
	padding: 12px 0;
}

.post_body a:link {
 	        color: #439c46
}

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

.post_body a:hover,
.post_body a:active {
	color: #333;
	text-decoration: none;
}

Pages: 1 2