Removing Joomla Logo

General questions relating to Joomla! 1.5 There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
djnickox
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Wed Nov 24, 2010 4:02 pm

Removing Joomla Logo

Post by djnickox » Sat Dec 25, 2010 1:34 am

How do you remove the joomla logo in the header behind my logo?

www.allwinereview.com

User avatar
jmuehleisen
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4874
Joined: Thu Nov 09, 2006 2:46 pm
Location: Kampala, Uganda
Contact:

Re: Removing Joomla Logo

Post by jmuehleisen » Sat Dec 25, 2010 2:54 am

There are several ways to do this.

Since you already have your logo in place, you can simply edit the template's CSS file to remove the reference to the Joomla logo.

So, go to /templates/ja_purity/css/template.css

Around line 956 you will see the code that defines the size, placement, and image file.

Code: Select all

h1.logo a {
	width: 208px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}
Just delete that entire block, or just remove the line that refers to the background.

That should do it for you.

Or, you could change the image reference to the one for your own logo, but you've already placed it in some other way, so I'd just go with what I suggested above.
John Muehleisen
Visit my "Getting Started with Joomla" site, now with videos, tips, and new user tutorials:  http://welcometojoomla.com


Locked

Return to “General Questions/New to Joomla! 1.5”