MyBB Community Forums

Full Version: Which *.CSS File and Line for Admin CP Logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to know which CSS and in what line the tag can be found that defines the logo for inside the Admin CP. Huh

Any help in saving time and confusion is of course greatly appreciated.

Auriel

Ignore this post.
The correct file is main.css

and there are the lines
#logo h1 {
	background: #fff url(images/logo.png) no-repeat top left;
	height: 100px;
	margin: 0 0 0px 0;
	padding: 0px;
}
go to your ftp and look into your forum root at this:
admin/styles/default

see the login.css and edit it Smile there you go, your admin file!
(2014-04-20, 09:07 AM)Wazzyl Wrote: [ -> ]go to your ftp and look into your forum root at this:
admin/styles/default

see the login.css and edit it Smile there you go, your admin file!

Many thinks Wazzyl

Auriel