• Dance Your Cares Away/Law Abiding Citizen

    There is a New Fraqqle Rock Thread for active posting while the original 9072 page mega thread has been archived at Dance Your Cares Away. The original thread was maxing out the sites resources. The information will not be lost, but posting has been moved.

css/less

  1. TheFiend

    Resource Mobile Top Pagination

    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

    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 Add Font Awesome Icons

    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