I want to place our organizations logo on the ipod or on the mouse. How do I do this?
Retrieve the “header.jpg” image from the /coffeedesk/images folder. Make a back up just in case. Open the image in your favorite image editing program and modify it to your needs. Put it back in the theme folder when done and refresh your web page. That’s it.
Also I would like to change the font and color.
Fonts and colors are defined in the style.css file in the theme’s folder. Here is an example of what the font/color (black) for the body would look like.
body {
font-size: 12px;
color: #000000;
padding: 0px;
background-image: url(images/back.PNG);
font-family: Geneva, Arial, Helvetica, sans-serif;
margin-right: 0px;
margin-left: 0px;
}
But be aware that specific areas of the blog may have different colors defined and/or different fonts.