

![]() | glamdyke inquired |
Hi! your themes are really awesome, and I want to use #15, the eternal blizzard one, but I don't want the background image to tile? is there a way to edit the code and make it so it doesn't tile and the image is fixed? |
Hello!
Thank you, dear! Yes, it’s pretty easy to change it. Just go to line 82 and change repeat to no-repeat. (“⌒∇⌒”)
chr0matus inquired |
Hi! I love your themes, and I run a theme blog... and I was wondering if it would be okay to add you to my theme recs? |
Hello!
Ahhh, of course darling! Thank you!
( ´∀`)
this-love-is-trauma inquired |
No, no, it's okay! Thank you so so so much for the help. You've no idea how much this has been frustrating me, since my HTML classes didn't actually teach me anything I wanted or needed to know. Thank you so much. <3 |
Ahhh, you’re welcome! In my opinion, just looking and handling/creating codes is the best way to learning HTML. *(*´∀`*)☆
sasunarukiss-blog inquired |
Thank you very much for the tips. It was really helpful. |
No problem! I’m glad it helped.
(*´・v・)
![]() | ghostlystrangers inquired |
whispers hello i'm using your family page on a side blog and i was wondering if there was any way to make the scroll bar for the members part be invisible or um something |
Hello!
As far as I know, there’s not really a simple way to do it on Firefox, but for Chrome you can add this below <style type=“text/css”>:
::-webkit-scrollbar { display: none; }
this-love-is-trauma inquired |
Hi, uhm, I have a slight issue. Since the theme that I'm using has a non-working music player, I decided to use your Slide player. However, no matter what I change the left and bottom pixel specifications to, it just flat out doesn't show up anywhere on my blog. The music plays, yes, but I don't see the player. Did I do something wrong? Put coding in the wrong spot? Help, please. |
Hello!
Sorry this took so long. The problem is that the music player is being hidden by the sidebar of the theme. You can just go to the code of the music player (#ongaku) and change:
left:150px; (which is what you have it as now) to
left: 950px; (it should be right next to the posts now)
It seems you also changed the bottom position, so you can just change it to around 30px, or however much you’d like!
sasunarukiss-blog inquired |
hi, I'm new to the whole customize page. I'm using your page "Forest Tomodachis" and I'm like totally lost in how to add pictures. I keep trying but no luck ;-; |
Hello!
You can upload the images to tinypic, and get the url from there! (Get the Direct Link for Layouts.) Then the html code has many labels for each image (the image codes would look something like <img src=“image url”> ). Just paste the url into the space where it says to paste the url.
If you’re just looking for help making a custom page, you can check these resources out!
![]() | fuon-yuuki inquired |
Hello, I use the music 'slide' theme but somehow it doesn't work properly, the 'play' and 'next' button won't show up. |
Hello!
I looked at your code for your theme, and it seems you misplaced the code for the music. The code is supposed to go right after: <!– Music Code Here –>