diy xf styling

  1. TheFiend

    Resource Add Custom XF Footer Text With CSS

    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; }
Back
Top Bottom