Back to Top Cindie
 +
Anonymous Asked: can you pls tell me how to convert magnumx into a one column theme?

The theme already has a one column option. All you have to do is select it under Appearance like below:

ettudis:

Many theme-makers/designers use free text hosting sites to upload their codes and distribute their designs. Here are my top three choices of sites that offer that service, for free!

Pastebin - www
This is the most popular among theme-makers. I like it because it is well organized (by account),…

snugyeols Asked: hi~ i was just wondering where do you get your backgrounds? ^.^ btw i loooove your blog~ its so pretty~~ keke

here you go.

thank you so much love ^^

This tutorial will show you how to hide both source and via links on your blog.

Dashboard> Blog> Customize Theme> Edit HTML 

Now scroll down to find {block:Posts} somewhere within your theme’s code

This is the Posts Block which allows Posts to appear on your blog. So once you have found it you will need to copy the following code:

{block:ContentSource}

<!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”

width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />

{/block:SourceLogo}

{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>

{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}

This code will be placed right blow {block:Posts} 

Update Preview> Save and you’re done!

Anonymous Asked: Where do you get the pictures you edit from? Could you give me some of the sites?
Anonymous Asked: how do i make the background centerd and not tiled?

Background images are repeated by default so you have to style them in order to avoid this.

look through your <style></style> tags and under body (it should be at the top) you should see these:

background-image: url(‘URL HERE’);

background-position:center center; <-very center of page

background-attachment: fixed; <-doesn’t scroll with page

background-repeat: repeat; <-image repeats 

now just change to your desired settings. such as:

background-position:right center; <-center right of page

background-attachment: scroll; <-scrolls with page

background-repeat: no-repeat; <-doesn’t repeat 

and there you are~

play around with all background positions here!

Anonymous Asked: Hii , cindie ! (: I really love the new theme but is there a way for me to change the font ? thanks !(: your themes are always lovely !

font styling is always done under body so go to your <style></style> tags and toward the top you should see this

<style type=”text/css”>

body {

background-color: {color:Background};

background-image: url(‘{image:Background}’);

background-position:center center; 

background-attachment: fixed;

background-repeat: repeat;

color:{color:Body Text};

cursor: url(“”), default;

margin: 0px;

padding: 0px;

text-align:center;

font-family:  Consolas;

font-size:10px;

letter-spacing:1px;

}

just change the font-family to whatever font you want to use for example:

font-family: Arial;

so now Arial is your body font :D and there you go! 

thank you for your support love~ <33

Anonymous Asked: D: wanna teach me how to make themes ? X)

hehe i would love too! but i’m actually not a good teacher.  i can definitely make small tutorials. making themes isn’t a quick thing to learn so take it slow and just soak up knowledge like a sponge :D

learn css & html here

http://www.w3schools.com/css/

by levels

http://htmldog.com/

html

http://www.tizag.com/htmlT/elements.php

css

http://www.css3.info/

Anonymous Asked: Do you know how to make pictures to fit the whole post? Since sometimes gifs are small, but they don't fill up the whole post box. ~

img {

width:500px; <-add your post width

}

that will make all the images on your blog that size.

usually on my themes i edit post images separate like this

#post img {

width:500px;

}

that will make the post images 500 pixels :)

Anonymous Asked: when was your tumblr made?

hmm a while back like i’d say 2009-ish but i only started actually using it last summer :)

Anonymous Asked: When will you be making a new theme & releasing it? ^^

its under works i’m actually thinking of doing something a little bit different this time so expect the unexpected :D

ps. i’m not sure when it will be released yet tho.

Anonymous Asked: please dont take this the wrong way, i love your blog, but do you really care much about your followers? ><

thank you :) i don’t make themes or post anything to gain more followers. i think that if people like what i post then they should have a choice as to follow me if they want you know? i don’t strive for followers cause i believe in honesty and well i’m a down to earth girl with a lot of morals and aspirations but i do what i do to help others :) and having so much support just helps me continue because i know that what i am doing is worth it <3

Anonymous Asked: I understand you get alot of followers from your themes, but do you have any suggestions for those who dont? Thank you. ^^

i think being yourself and having your blog show that is the only thing i can truly suggest.

but if you are looking for a more complex answer i would say that if you have something you do like a talent or hobby you should post about that. for example if you sing or dance have that on your blog.  

be concise with your posts. having a separate blog for different posts might be a good idea or have different pages for different things. 

having a nice and clean blog works as well. if you have a blog with a gif as your background then the loading span for your blog will be huge so try to avoid having so much clutter in that sense. organization might be a good suggestion for easier access for your followers. 

these are just a few ideas. hopefully they help :)  

Anonymous Asked: how did you put the mail icon next to the follow button?

every blog has it since its a new tumblr feature its still appearing on blogs tho so if you don’t have a send fan mail in your inbox yet you’ll see it soon (its a big blue button off to the right).

you can’t see your own little message icon on your blog but trust me its there :)

staff post about fan mail