General Question

sheababy's avatar

How do I set an image as my header(title) on tumblr?

Asked by sheababy (2points) September 9th, 2009
2 responses
“Great Question” (0points)

I’m using the redux theme..
Please tell me the code and WHERE i need to put it..

Topics: ,
Observing members: 0
Composing members: 0

Answers

jrpowell's avatar

Please link to the blog.

jrpowell's avatar

OK. Without seeing yours I will show you what I did to mine.

div#header {
margin-top: 60px;
margin-bottom: 40px;
background-image:url(‘http://clagnut.com/sandbox/imagetests/wideimg.png’)
}
div#header h1 {
/* background-color: {color:Standout}; */
/* color: {color:Text}; */
font-family: “Baskerville”, “Palatino”, “Georgia”, serif;
font-size: 50px;
font-weight: 100;
margin-top: 0;
margin-bottom: 0;
text-align: center;
text-transform: uppercase;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin-left: 20px;
margin-right: 20px;
}

You don’t need a lot of that.

background-image:url(‘http://clagnut.com/sandbox/imagetests/wideimg.png’)

in the div#header {

Here is what it did to mine. http://johnryanpowell.tumblr.com/

I actually kinda like that. I might keep it.

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`