I have simplex theme also…I try to figure out how to change color and also place my logo next to my title…
I search forum all day to find those answers, still nothing:-(
I figure out and posted anywhere someone need help change colors, logo , headers, etc for simpleX
I’ve figured out how to add a logo from the other thread on this forum, but I cannot figure out how to move the blog title around. If I put spaces between my words in CarFreeFriday, the text wraps down over top of the logo. Here is the url I am referring to:
http://www.carfreefriday.com
Any help is much appreciated!
in style.css –
#headerimg h1 a {
background: url(http://carfreefriday.com/wp-content/uploads/2010/01/wordpress-logo.png) 20px 0px no-repeat;
width: 172px;
height: 173px;
display: block;
text-indent: 190px;
}
has a fixed width to it which is too narrow for a longer title:
increase the value to about 600px: ‘width: 600px;’