« Web, HTML, Tech Forum

idk how to change those backgrouds of the layout help

Posted by jacarandá

posted
updated

Forum: Web, HTML, Tech

hiii, does anybody know how to change the background of the parts inside the red lines?? idk how they're actually called lol but they're the background of the profile picture part and the background of the about me box :p

layout


Report Topic

2 Replies

Sort Replies:

Reply by jack ☆

posted

here's all the ones that i know about :) might've gotten some stuff wrong so if it doesnt work just reply!


WHOLE BOX

.profile {

background-image: url(BG URL HERE);

}




PFP SECTION

.general-about {

background-image: url(BG URL HERE);

}




ABOUT ME & WHO ID LIKE TO MEET

.profile .blurbs .section {

    background-image: url(BG URL HERE);

}




EDIT PROFILE / __ IS YOUR FRIEND

.profile-info {

    background-image: url(BG URL HERE);

}




MOOD

.profile .mood {

    background-image: url(BG URL HERE);

}




CONTACT BOX

.profile .contact {

    background-image: url(BG URL HERE);

}




TOP PART (W/ THE SPACEHEY LOGO, NOT THE ONE WITH THE LINKS)

.top{

    background-image:url(BG URL HERE) !important;

}




BOTTOM OF PAGE (W/ THE "BROUGHT TO YOU BY")

footer {

    background-image: url(BG URL HERE) !important;

}


Permalink Report Reply

Reply by jacarandá

posted