Downloads
|
|
| Thursday, 10 July 2008 | |||||||||||||||||||||||||||||||||||||||||||||||||
#37 - Changing the logo in Joomla 1.5 default template
One of the very first things we all do in a new Joomla installation is change the default Joomla logo. When you are still a Joomla beginner, this might be a bit of frustrating task, especially when you still have no idea what templates are, and how to go about changing them. Well this tip tries to make things easier 1. Using FTP software upload your new logo to /templates/rhuk_milkyway/images. Let's say the name of the new logo is logo-default.png. We have now made the logo available to the template. 2. You know need to edit the reference to the logo file. This is done as follows. Edit the template.css file found in /templates/rhuk_milkyway/css/templates.css. Find the following CSS entry: div#logo, and there should be a reference to the logo: mw_joomla_logo.png. The full CSS entry is: background: url(../images/my_joomla_logo.png) 0 0 no-repeat; Change this to: background: url(../images/logo-default.png) 0 0 no-repeat; (or the name of the filename of the logo you have just uploaded) 3. Change the width and height entries in the to the width and height of your logo.
4. Save the CSS file, and replace the current version. 5. Refresh and voila, you have change the default logo.
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
|||||||||||||||||||||||||||||||||||||||||||||||||
| Last Updated ( Wednesday, 01 October 2008 ) | |||||||||||||||||||||||||||||||||||||||||||||||||