annelatorre asked: Hello, Flairey. Sorry for asking again. xD Just wanna know how to put a BG image in Sarah Mogin's theme? And how to edit the BG and text color of the Tumblr title. TYSM in advance. :)

For the background, in the body part of your css, put in

background-image:url(‘URLTOIMAGE’);

If you want to repeat the image add,

background-repeat:repeat;

For the Tumblr title, edit the #left part of the CSS style sheet.

To change the text color:

color: #HEXCODE;

To change the background of the tumblr title, these properties may apply:

background-image:url(‘URLTOIMAGE’);
background-repeat: ;
background-attachment: ;
background-position: ;
More info here: http://www.w3schools.com/css/css_reference.asp#background :)

Hope that helped! 

The tumblr ask box

I’m getting questions on how I placed the tumblr ask box on my tumblr page. Here’s how:

The code for the tumblr ask box is:

<p><iframe frameborder=”0scrolling=”nowidth=”200height=”150src=”http://www.tumblr.com/ask_form/YOURURL.tumblr.com” style=”background-color:transparent; overflow:hidden;id=”ask_form“></iframe><!—[if IE]><script type=”text/javascript”>document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—></p><br>

Change ‘YOURURL’ to your url (ie, flairey, in my case).

Edit the width and height properties if you wish.

Paste it in your description or wherever. :)

Done.

EDIT: Apparently pasting this code doesn’t work anymore (which is weird since it’s the same code) so I’ve made a tutorial where you can extract the code for the ask box yourself because that worked for me.

http://flairey.tumblr.com/post/4655140611/tumblr-ask-box-how-to-put-it-on-your-about-me-or

A header on Keeper of Keys theme by Kiyla

I’ve been getting questions on how I added a header on the theme I’m using (Keeper of Keys by Kiyla with some modifications). I’d rather make an entry about than answer those questions individually.

Read More