Resource Add Custom XF Footer Text With CSS

Tips, tricks, guides, advice, etc....

TheFiend

Unfuckwithable
Admin
This is a basic CSS code that can be applied to the extra.less template for adding your own custom footer text to your Xenforo forum.
CSS:
.p-footer-copyright::before {
    content: "ADD YOUR TEXT HERE";
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
}

This is the same basic CSS code—butt with a little additional CSS magic to give the text a red, white and blue color gradient.
CSS:
.p-footer-copyright::before {
    content: "In Memory of Pat Flood";
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
    background: linear-gradient(310deg, #002868 20%, #ffffff 50%, #bf0a30 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.3));
}
Screenshot_2026-02-26-23-23-53-76_e4424258c8b8649f6e67d283a50a2cbc.jpg
 

Latest

Support Free Speech

Current cycle
$1.00
Total amount
$623.00
Back
Top Bottom