At the bottom, I notice that the footer displays by default my blogger title, and the theme's author. For example:
Title
Theme: Andreas04 by Andreas Vicklund. Blog by WordPress.com
I have the CSS upgrade and can see the CSS coding now. What I don't see is where this script is coming from. I'd like to delete it and input my own footer notes. Does anyone know how I might be able to do this?
Here's the coding in my CSS editor, if it helps:
-------------------------------------------------------------
#footer {
clear:both;
text-align:left;
color:#660000;
padding:10px 0 12px 24px;
}
#footer a {
color:#660000;
font-weight:normal;
}
#footer span {
color:#660000;
font-size:1.1em;
letter-spacing:0;
}

