Free Melody Logo and Header icon! :marseyexcited:

Hello again! I made another one for you!

All you have to do is copy the text under the line, go to settings, then to CSS, paste it in the box titled Site CSS, then click save!

If done correctly it should look like this:

https://pomf2.lain.la/f/i0m4stni.png


#header--icon{

content: url("https://pomf2.lain.la/f/a6xs4qxk.png");

height: 70px;

width: 90px;

}

#logo-WPD{

content: url("https://pomf2.lain.la/f/4vp7s1yg.png");

height: 70px;

width: 130px;

}


Please tell me if there are any issues.

Anyways, I hope you enjoy this one as well!

Have a great day!

Bye now!

11
Jump in the discussion.

No email address required.

There's one issue! You must press "view source" because in the actual code we see there's no ; after the links )


#header--icon{

content: url(https://pomf2.lain.la/f/a6xs4qxk.png)

height: 70px;

width: 90px;

}

^wont show


#header--icon{

content: url("https://pomf2.lain.la/f/a6xs4qxk.png");

height: 70px;

width: 90px;

}

^shows


Note if you don't want the icon for the icon to be so big you could also just remove height and width and it should be the correct size SS: https://i.watchpeopledie.tv/images/17084754799876351.webp it was big for me so I just changed it :nice:

Jump in the discussion.

No email address required.

Thank you so much! :marseyhearts:

Jump in the discussion.

No email address required.

How do I actually use this?

Jump in the discussion.

No email address required.

Paste the text in either the site CSS (changes it sitewide) or profile CSS (uses it on your profile only)!

You can change the CSS in settings right here ----> https://watchpeopledie.tv/settings/css

Jump in the discussion.

No email address required.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.