css/less

  1. TheFiend

    Resource Mobile Top Pagination (CSS)

    Simply copy & add this CSS to the ACP > Appearance > Templates > extra.less template: /* MOBILE TOP PAGINATION */ .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) { display: initial; } /**********/
  2. TheFiend

    Resource Custom Footer Text (CSS)

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

    Resource Font Awesome Icons (CSS/LESS)

    How to Add Font Awesome Icons via CSS in XenForo 2.3+ If you’ve recently updated to XenForo 2.3, you probably noticed your old content: "\f007"; CSS code stopped working. Your icons are either invisible or showing up as blank squares. This is because XF 2.3 now "optimizes" icons—if you don't...
Back
Top Bottom