Comments

« Back to Blog Entry


Report

Ohh those parts are a part of the layout.  What I do is use the visual builder, and use the profile preview over and over till I get it how I want.  If you want to use images and make them semi-permanent, use something like imgur.

To find the layout area, you go to the Profile dropdown on the top bar, then click layout, then you click create layout.  If you want the code itself, you can create your layout in the visual builder, then click the "advanced CSS" part to see your layout in code.

Report

put this within a style tag(


body, body.profile-page {


  background-size: cover !important;

  background-repeat: no-repeat !important;

  background-attachment: fixed !important;

  background-position: center center !important;


background:url(url for background image here);

}


)tell me if that doesnt work



if this wasnt the background you meant, try this one instead and put it within a style tag(


.profile 

{

 background-image: url(" image url here") !important;

 background-repeat: no-repeat !important;

 background-size: cover !important; 

 background-position: top center !important;

 }


)again tell me if it doesnt work

by alexanderspoison; ; Report

Report

The white part ??



Yeah that part 🥹

by Sky2763; ; Report

No I mean I don't understand what is the white part T-T I saw you put a banner on ur profile. Are you talking about the profile itself or something in the background  ??

by 𝔠𝔬𝔰𝔪𝔦𝔠 𝔭𝔩𝔞𝔤𝔲𝔢 𝔞𝔫𝔤𝔢𝔩; ; Report

The background that has all of the stuff it like pfp, username, interests and stuff😢 idk what 2 call it 😢

by Sky2763; ; Report

Oh ik what you mean !! Just use "main {background-color:(PUT YOUR COLOR HERE);}"

by 𝔠𝔬𝔰𝔪𝔦𝔠 𝔭𝔩𝔞𝔤𝔲𝔢 𝔞𝔫𝔤𝔢𝔩; ; Report

If you are looking for a background image use "main {background-image:url("PUT YOUR IMAGE/GIF URL HERE");}" instead

by 𝔠𝔬𝔰𝔪𝔦𝔠 𝔭𝔩𝔞𝔤𝔲𝔢 𝔞𝔫𝔤𝔢𝔩; (edited); Report