WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.1K

(post is archived)

[–] 1 pt

It was a great banner. I hope you find one.

[–] 1 pt

Is this the banner you are looking for?

https://web.archive.org/web/20201225065809im_/https://files.catbox.moe/wveh1u.png
https://files.catbox.moe/wveh1u.png

Pulled from archive.org for the verse from December 25 of 2020.

https://web.archive.org/web/20201225065810/https://voat .co/v/HDLunited

[–] 1 pt

Thanks, man. May your kids grow strong.

[–] 1 pt (edited )
[–] 1 pt

You have my greatest thanks.

[–] 0 pt

No problem fren. I also linked it in the sub info.

I would put it in the sub style sheet if I knew how to add it as the banner in CSS.

[–] 2 pts (edited )

This might do it:

div.subbanner
{
background: url("https://pic8.co/sh/QRtqsm.png") no-repeat center;
background-position: center top;
background-size: 100% !important;
}

(edit: Replaced the direct image I had in the code with the pic8 image if you prefer it.)