Joomla Tutorial

x-tin

New Member
Messages
3
Reaction score
0
Points
0
I'm new to joomla and is there anyone here who knows and who could help me change the banner?:happysad:
 
Last edited:

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
/************Moving to Scripts and Third party section ***********/
Reason:- It is not a tutorial
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You'll need to edit the template and change the path to the logo.

To edit the template login to Joomla's Admin panel, then click Extensions -> Template Manager. Then click on the name of your template, and click Edit CSS -> select 'template.css' -> click edit.
When the edit box appears scroll down until you see something like this:
a#sitename1{
display:block;
width:468px; /* maximum 500px */
height:60px; /* maximum 68px */
text-indent:-2000px;
background:url(http://earthtimegames.co.cc/banner.png) top left no-repeat;
}
You can then change the url to your logo, and set the size. Remember to Save!

Hope hat helps, if it doesn't work please post back, an I'll see what I can do.
 
Top