零 (ling)/30s (THEY/THEM/佢)
art tag: #a pile of bread
twitterart bloginsp blogao3

HOW TO FIX THE BLACK BACKGROUND ON YOUR BLOG
paynex

tumblr’s all messed up again and this time it’s affecting on blog’s backgrounds. if your blog has a black background here’s 3 ways to fix it

1. upload a background image. any image is good and fixes the problem. no theme code editing necessary

2. set your background on no-repeat. the only drawback is that if you want to use a background image after this it won’t be repeated. find a part from the theme code that says “background-repeat:repeat;" and change it to "background-repeat:no-repeat;

3. replace the background url part with new coding. it works the best since you still can use a background image and have it repeated. just find this part from your theme code

background-image:url('{image:background}');

and replace it with this

{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}

if you have any questions or you need help just send me a message!

#