hello again :D ok, a few quick questions: 1-how can i stop my BG gif from repeating? 2- how can I enable page jumping? XD 3- how can I add a BG image to the theme? XDDD I'm so sorry for sounding stupid, I suck with these kind of things xD Thanks so much for the help.
for your background to stop repeating, look for body and where it says background-repeat:repeat; change it to no-repeat;
to add a background image upload it under the appearance section, and as for the jump pagination, that theme doesn’t offer it- sorry!
I love love love all of your themes ^^ But I'm having a bit of a problem with #10. It's more with just customizing it! I'm trying to make h1 font to be a certain color, and it shows up fine on preview, but when I save it's still the color it was before :C Then I go back into Classic Customize to change it again, but it still looks perfect in the preview! It's like it won't save this one feature but saves anything else I change D; Am I being inept with the theme or is tumblr just being stupid?
i think it’s just tumblr, sometimes the thing resets without warning, also sometimes since your browser has already loaded a page it keeps that preview, try restarting your browser and see what happens, if it doesn’t change, i’ll take a look at the code, there might be a glitch i don’t know about! :)
hi! i'm trying out theme #8, but when i use a picture for the sidebar, it stretches vertically. also, is there a way i can edit the html to get a solid color instead of the crisscross pattern for the background? your help is appreciated! thank you!
i think you’re talking about 2 different themes here :P
for theme 8, make sure that your sidebar image is of equal proportions, for ex. 245x245px, that way, when it gets converted into the circle nothing stretches out.
and I think you’re talking about the pattern in theme 10. All of that you can add/remove under the appearance section
Hey! Sorry, I didn't explain it very well, what I meant was: I'd like the image with the hover thing and all, but the description under it (so that it shows even if you don't hover it) Hahah it is a little confusing, it's okay if you don't get it I'll just leave it like that :)
oh i know what you mean! alright, look for this code
#sidebarinfo
and where it says opacity:0; change it to opacity:3; and it should work :)
Hello, I'm using the #10 theme, and you know how it has there border in the sidebar in your about me section, can I get rid of it?
you mean in the sidebar? if so, just get rid of this coding in the #roundsidebar part
border:10px solid;border-color:{color:border};
I have a question about Theme #10. I have my entries on a black background and when I reblog a quote, the main quote text is in black. I can't figure out how to change the color, and it's driving me crazy.
sure! ok for that to work look for this code
h1{color:{color:title};font-family:{font:title};font-size:15px;line-height:17px;letter-spacing:1px;font-weight:normal;margin:0px;padding:0px;text-align:center}
and replace it with this one
h1{color:{color:text};font-family:{font:title};font-size:15px;line-height:17px;letter-spacing:1px;font-weight:normal;margin:0px;padding:0px;text-align:center}
that should do the trick:)
Hi. I came across your theme page one day and I really love it. I already installed theme #10 but somehow when I post a gif, it just won't work. I looked for a solution in your Replies section and it seems that I can't find one. Can you help me resolve this? I feel really stupid and clueless when it comes to codes or html.
i just looked at your page and everything seems to be working- make sure to check your internet connection :)
What's the size for the sidebar gif in theme 10?
the width is 250px and the height varies depending on how much info you have on your sidebar information. I recommend that you use a gif that’s about 250px by 300px just so it doesn’t repeat :)
For theme #10, is there a way to make the links in the description box a different color from the normal links?
there is! for this, you have to do a little modification to your theme look for this code
#fezz a{ background-color:{color:background}; color:{color:font};
and you’re gonna replace it with this one
#fezz a{ background-color:{color:background}; color:{color:linked};
now you’re gonna go to the very beginning of the theme and add this
<meta name=”color:linked” content=”#22CFD4” />
under the meta defaults :)