Yeah I just wanna have a simple background for my pets profiles. Is that possible and still keeping the images and stories on there too? If so anybody have the code for it? :3
If you don't want to move anything or edit anything except the background this will work:
SPOILER (click to toggle)
<style>
/------------SUBETA BACKGROUND-------------/
, , -ban, -ban-main, -lrc, -rrc, , , -right, , , , {display:none;}
, , body, , , {background-color:transparent;}
/--BACKGROUND--/ body,html{ background-image: url(1); background-repeat: 2; background-color: 3; } </style>
The first part gets rid of Subeta's actual layout. The rest: 1 is where you'll put your image URL. 2 is the repeat function of your image. You can say repeat to make it repeat everywhere, repeat-x to make it repeat ONLY left to right, and repeat-y to make it ONLY up and down. 3 is the hex code for your background. is black, is white, etc.
Does that help? :) Also, if you want to make the background of your pet description white, add this:
SPOILER (click to toggle)
{
background-color: ;
width: 700px!important;
}
You can change the white to any color as well.
Anything else? c: ❤️