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.
.p-footer-copyright::before {
content: "ADD YOUR TEXT HERE";
display: block;
text-align: center;
margin-bottom: 8px;
font-size: 13px;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.