add new logo image to header
-
i’d like to change the default logo image in my header. i’ve uploaded the image to use in my themes folder but am having trouble figuring out how and where to place the file name.
currently:
h1#logo {
float: left;
margin: 25px;
padding: 0;
line-height: 40px;
font-size: 30px;
text-shadow: #e7e7e5 0 2px 0;
font-weight:bold;
}
h1#logo a {
color: #333;}
h1#logo a:hover {
text-shadow: #e7e7e5 0 1px 0;
}
h1#logo .small-logo {
float: left;
padding-right: 10px;
}my site: https://tothemoonnback.net
any thoughts are appreciated!
hannah
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add new logo image to header’ is closed to new replies.