• I downloaded simplex theme. Can I transfer the header from my website to replace the simplex one on my blog easily? Can I use the tool Press This to do this? If it is not possible, how do I change the color of the simplex header? Easiest way possible, please.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;’

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘change header’ is closed to new replies.