extra.less

  1. Fiend

    Resource Remove Account Pages Personal Info Fields (LESS)

    Code #3 of 3 Removes Location, DOB, About you, Website fields and remaining separator lines from members Account details page, and clears the DOB visibility settings options from the Account privacy page. Bang this code in the extra.less template, hit save. /*---------1. ACCOUNT DETAILS...
  2. Fiend

    Resource Remove Tooltip DOB & Location (LESS)

    Code #2 of 3 This one specifically clears the Location, DOB, and a couple of placeholder dots from members pop-up Tooltip blurb overlay containers. Copy and add this LESS code to the extra.less template and hit save. .memberTooltip-blurbContainer {...
  3. Fiend

    Resource Remove Profile Page DOB & Location (LESS)

    Code #1 of 3 Maybe you need to declutter the member profile page blurb and the About tab section, or make room for custom user fields, or just want to protect members personal information from the hordes of "Guest"-(unidentified)-bots constantly scouring your XF site. Below is the 1st of 3...
  4. Fiend

    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; } /**********/
  5. Fiend

    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; }
  6. Fiend

    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