MyBB Community Forums

Full Version: How to remove border around posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I searched on over the internet but still don't know how to remove the border around posts in my forum. Help me...
I don't want those borders separate between posts and sideboxs on the right and left.
That would be .tborder in the global.css file. If you are wanting to remove just the border then remove the line border: 1px solid #0F5C8E;
i've just removed the line you said but still don't work.
Here is the code after removing:
.tborder {
	background: #e77d7d;
	width: 100%;
	margin: auto auto;
	
}

.thead {
	background: #b20303 url(images/red/thead_bg.gif) top left repeat-x;
	color: #ffffff;

And view the attachment for my real forum. Help me.

I've just tried removing all the tborder code but still don't work, no affect.
.tborder {
	background: #e77d7d;
	width: 100%;
	margin: auto auto;
	border: 1px solid #b20303;
}

Sad
Can you please supply me with a link?
It seems to have worked, clear your cache and refresh the page.
Oh really that's strange, let me try. Big Grin

It's already worked. Toungue Very great. Thank you so much Tindris.