Home» Forum» Site Feedback» Banners/headers??

Banners/headers??

Back to Site Feedback

I've had a couple of difficulties adding a banner to my profile, but considering most of my mutuals don't have one either, I thought FriendRewind doesn't have that option at first. The problem right now is that every time I try to paste the html code for the banner into the layout section, my entire profile turns dark until I remove the code 4 my banner. Is the code itself the problem, or does FriendRewind simply not work with that diabolical code? :')

me too! :(

This reply was deleted.

then maybe the banners really don't exist yet. I've seen a random person on here have one though. I need 2 figure out how they did that Y_Y

lmao ignore the first reply, my wifi is really bad rn 

main::before {

    content: "" !important;

    display: block !important;

    width: 100% !important;

    height: 300px !important;

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

    background-size: cover !important;

    background-position: center center !important;

  }

@Def3ct it's tomorrow, just like you said, perhaps a break? for my sanity

Omg thank you so much, I'll see if it works now (◕ヮ◕)

this was the one I tried earlier, maybe the problem was that I used <style> but I'm not too sure:

<style>

main:before {

width: 100%;

height: 400px;

display: block;

content: "";

background-image: url('https://images2.imgbox.com/7e/4f/KfuxB85Q_o.jpg');

background-position: center center;

background-size: cover;

</style>

ahh, i thought i was the only one with that problem. it's really weird. the example layout/preview in the visual layout editor is always different from my actual profile layout, and it pissed me OFF that it didn't match.

did you try the code Def3ct gave me? That one FINALLY saved my life lmaoo

I've not tried out banners yet, but I have a somewhat similar issue. My layout code works fine when used on other sites or with the source mode for blogs, when but I used the actual CSS box, nothing I've set for the text color works, so my layout is just hella dark and difficult to read for the time being. 

@Flan dev gave me the correct code that should work on friend rewind in the replies :D At least it worked 4 me

Hiii I was wondering how to custom this part of the profile, I've seen a bunch of profiles with images theres, could anybody help me with the code please, I have no idea on how to custom it :(

@fredware1998 dev helped me there, the code 4 the banner is in the replies under that thread :]

You must be logged in to reply.