how do I change the background color of the standard 1.5 template? - Joomla! Forum - community, help and support
how change background color of standard 1.5 template?
i have d/loaded joomla 1.5. got working , better 1 series. have worked out how change joomla logo own. but.........
now when insert logo, might 350x70 pixels arguments sake. insert , 1 of 2 thinks happen.
1. logo/banner long, , last 1" or cut off buy frame work or something.
.....i need work out infront of , how can make shorter fit logo in.
2. logo has white background, standard joomle template has grey background. white rectangle grey background behind it. doesn't good.
....how go changing colour grey white? , how?
cheers
peter
australia
i have d/loaded joomla 1.5. got working , better 1 series. have worked out how change joomla logo own. but.........
now when insert logo, might 350x70 pixels arguments sake. insert , 1 of 2 thinks happen.
1. logo/banner long, , last 1" or cut off buy frame work or something.
.....i need work out infront of , how can make shorter fit logo in.
2. logo has white background, standard joomle template has grey background. white rectangle grey background behind it. doesn't good.
....how go changing colour grey white? , how?
cheers
peter
australia
in template.css editted say
div#logo {
position: absolute;
left: 0;
top: 0;
float: left;
width: 261px;
height: 148px;
background: url(http://puppet1991.com/puppet_transparent.gif) 0 0 no-repeat;
margin-left: 16px;
margin-top: 16px;
overflow: show;
and image match background, make transparent gif
div#logo {
position: absolute;
left: 0;
top: 0;
float: left;
width: 261px;
height: 148px;
background: url(http://puppet1991.com/puppet_transparent.gif) 0 0 no-repeat;
margin-left: 16px;
margin-top: 16px;
overflow: show;
and image match background, make transparent gif
Comments
Post a Comment