Changing Logo - Joomla! Forum - community, help and support
i using business14a template, , comes gantry template framework. having trouble changing logo though. have option change else, not logo @ top of page.
right logo default joomla one, , can see website @ rivertech.us
thanks help!
right logo default joomla one, , can see website @ rivertech.us
thanks help!
your template.css file calls out:
so have couple of ways (at least) can approach this. easiest upload new logo file dimensions (298 x 75 px) "images" folder of template...
you open css file line 1, , change filename match uploadeded file.
or:
just name file logo.png , on write file that's there now.
code: select all
#rt-logo {
background: url("../images/logo/logo.png") no-repeat scroll 0 0 transparent;
display: block;
height: 75px;
width: 298px;
}so have couple of ways (at least) can approach this. easiest upload new logo file dimensions (298 x 75 px) "images" folder of template...
you open css file line 1, , change filename match uploadeded file.
or:
just name file logo.png , on write file that's there now.
Comments
Post a Comment