MyBB Community Forums

Full Version: How Do I remove This Off My Forum Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 5226453901_12f2580222.jpg]

I don't know exactly what this is called so I didn't know if this was already posted since I didn't know what to search for and I can't figure out how to remove it. I have tried options in the Admin CP and I can't figure out how to remove the Forum Categories that show up when I go to threads its shpows in the top right corner and follows down the thread as I scroll. Do I change something in the Admin CP or do I have tpo remove a code or something else. Please help I think its really annoying lol.
URL?? Test account??
(2010-12-02, 06:28 PM)Kyuubi Wrote: [ -> ]URL?? Test account??

The Forum url is http://www.coasterspot.com/ It doesn't show it on the main forum page but when you go to forum threads it shows it.
It's the navigation/breadcrumb. It's part of the theme you're using.

You'll need to change the following code in global.css
.navigation {
	background: #610B0B;
	width: auto;
	border: solid 1px #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	z-index: 9999;
	position: fixed;
	font-size: 13px;
	font-weight: bold;
}
(2010-12-02, 07:10 PM)AJS Wrote: [ -> ]It's the navigation/breadcrumb. It's part of the theme you're using.

You'll need to change the following code in global.css
.navigation {
	background: #610B0B;
	width: auto;
	border: solid 1px #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	z-index: 9999;
	position: fixed;
	font-size: 13px;
	font-weight: bold;
}

Where is global.ccs located? On the root of my file manager I see global.php but not .ccs
Admin panel > templates > yourtheme > global.css