|
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. |
|
|
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 |
|
|
The white part ?? 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 π’ 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 |
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