Resource Custom Footer Text (CSS)

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

TheFiend

Jarl
Admin
Copy & add this CSS to the Xenforo ACP > Appearance > Templates > extra.less template.
CSS:
.p-footer-copyright::before {
    content: "ADD YOUR TEXT HERE";
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
}

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
 
Last edited:

Latest

Support Free Speech

Current cycle
$0.00
Total amount
$890.17
Back
Top Bottom