The logo is defined as part of the rhuk_milkyway template. It is defined in the template.css file. There are two ways to change Logo in a template.
First Way:
1. Upload a new image named logo.png using FTP software (we recommand using FileZilla) to /templates/rhuk_milkyway/images. When prompt for replace, click Yes.
Done. The site logo is changed
Second Way: (If you don't want to overwirte the default logo image)
1. Upload a new image named
2. Go to Extensions>> Template Manager click on rhuk_milkyway link and then click on Edit CSS; Edit template.css
3. Find the following CSS entry: div#logo, The full CSS entry is:
div#logo {
position: absolute;
left: 0;
top: 0;
float: left;
width: 498px;
height: 75px;
background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
margin-left: 30px;
margin-top: 25px;
}
Change the line: background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
to
background: url(../images/
3. Change the width and height entries in the to the width and height of the new logo you uploaded.
4. Save the CSS file.
Done. The site logo is changed
http://www.wzcreativetechnology.com/joomla/joomla-tips-and-tricks/60-how-to-change-the-logo-in-joomla-15-default-template.html
2 Kommentare:
What a useful and informative post! Thanks a lot for sharing.
Open Source Templates
I love your articles. Nicely presented information in this post, I prefer to read this kind of stuff.It got more knowledge .I is really appreciate your site.
Joomla developer
Kommentar veröffentlichen