This link has basic code for changing your blog to a certain theme to edit as you please that I found through another profile, but if you look in the layouts for ones labelled "blog", there will be plenty of already pre-coded and ready to use on blogs! Just press the <> button when making a blog, and paste the code in, and it should work (though in my experience it works better on desktop). Hope this helps!
Unfortunately not, did you make sure to copy the entire code? Code can be strange sometimes, getting rid of seemingly unimportant bits can break the whole thing lol
yes! idk what i do bc when I click on the messages and then click on profile I have a decorated background but when I click on home everything returns to normal
I'm not entirely sure why it's not working for the blog post. Are you on desktop or mobile?
I think you can only change the background of the posts you make and your profile. I think things like the homepage always have the default background.
Once you've pressed the <> button and pasted in the code, if you press the eye button, which is where the <> was, it should show up as having worked before you publish it. I can try sending you a different theme to try to make sure there's not something wrong with the code?
Here's a link to a picture of what I mean. The circled buttons are the ones I'm talking about. Once pressed, the <> button becomes an eye, but it's in the same place.
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
CloudyJester
https://basic-sp-editor.neocities.org/sp_blandwh_blog.css
This link has basic code for changing your blog to a certain theme to edit as you please that I found through another profile, but if you look in the layouts for ones labelled "blog", there will be plenty of already pre-coded and ready to use on blogs! Just press the <> button when making a blog, and paste the code in, and it should work (though in my experience it works better on desktop). Hope this helps!
Report Comment
THANKSS I GONNA TRY <3
by satuliet>-<; ; Report
DID IT WORKED?
by satuliet>-<; ; Report
Unfortunately not, did you make sure to copy the entire code? Code can be strange sometimes, getting rid of seemingly unimportant bits can break the whole thing lol
by CloudyJester; ; Report
yes! idk what i do bc when I click on the messages and then click on profile I have a decorated background but when I click on home everything returns to normal
by satuliet>-<; ; Report
I'm not entirely sure why it's not working for the blog post. Are you on desktop or mobile?
I think you can only change the background of the posts you make and your profile. I think things like the homepage always have the default background.
by CloudyJester; ; Report
im on desktop
by satuliet>-<; ; Report
Once you've pressed the <> button and pasted in the code, if you press the eye button, which is where the <> was, it should show up as having worked before you publish it. I can try sending you a different theme to try to make sure there's not something wrong with the code?
by CloudyJester; ; Report
um, where is the <> button? let me check
by satuliet>-<; ; Report
um, where is the <> button? let me check
by satuliet>-<; ; Report
When you are writing a blog, it's in the top left corner of the text box.
by CloudyJester; ; Report
Mine doesn't have that... do you have another social network for me to send a photo?
by satuliet>-<; ; Report
Not currently unfortunately, I can see if I can try and upload it to a photo hosting website though
by CloudyJester; ; Report
https://imgur.com/a/eNqCyFl
Here's a link to a picture of what I mean. The circled buttons are the ones I'm talking about. Once pressed, the <> button becomes an eye, but it's in the same place.
by CloudyJester; ; Report
Oh ok, i clicked on this and showed this
<!-- (c) Layout created by ♰ 𝖈𝖆𝖘𝖘 ♰ (https://layouts.spacehey.com/layout?id=91162) -->
<style>
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://media.giphy.com/media/l2YWmzWwzdfG4NhNC/giphy.gif');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 2s ease 2s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
</style>
by satuliet>-<; ; Report
All of the code looks right, the only thing I can think of is maybe it's a layout for profiles only
https://layouts.spacehey.com/layout?id=35241
Try that one, I've used that code before so I know it can work.
by CloudyJester; ; Report
it worked?
by satuliet>-<; ; Report
No, that one isn't showing up either unfortunately. I'm not entirely sure why it's not working, as long as you've put in all the code it should work.
by CloudyJester; ; Report