Mar 20, 2008, 07:07 PM
May 20, 2008, 12:24 AM
You can change the logo in the Admin CP.
Go to your theme and there is a box where you can change it.
If you want to add additional CSS like "align" or so, scroll down in the theme-editor interface where the box says "Additonal CSS" and add something like that:
.logo{
text-align="center";
}
That would center the image. Oh and neva forget the ";" as an ending simikolon.
Go to your theme and there is a box where you can change it.
If you want to add additional CSS like "align" or so, scroll down in the theme-editor interface where the box says "Additonal CSS" and add something like that:
.logo{
text-align="center";
}
That would center the image. Oh and neva forget the ";" as an ending simikolon.
Jun 10, 2008, 11:45 AM
semicolon