Uniform 2.3 now available

Ehren

Administrator
Staff member
Customer
Messages
5,062
Website
www.xenfocus.com
Uniform 2.3 now available

Uniform is a clean, modern theme focused around a background picker which applies a single background image throughout the entire forum, including category bars and forum icons. The theme is packed with customizable features which can be easily enabled or disabled from within the Admin Control Panel.

Previously, there were 3 different versions of Uniform available: Light, Dark and Pro (which simply bundled the light and dark versions at a discounted price). With the introduction of the Style Variation system in Xenforo 2.3, these themes have been merged into a single Uniform theme which has both light and dark versions included.

1721979945177.png


All active Uniform subscribers can download the updated version from the Client Area.
 

Nirjonadda

Member
Messages
130
@Ehren This code no more working on extra.less

Code:
/* Navigation icons START */
<xf:if is="property('xenfocus_navIcons')">
  .focus-wrap-nav .p-navEl-link,.offCanvasMenu-linkHolder .offCanvasMenu-link[data-nav-id]{
    &[data-nav-id="imagehost"]:before{ content: '\f093'; }
    &[data-nav-id="snog_forms_nav"]:before{ content: '\f0fe'; }
    &[data-nav-id="dbtechShop"]:before{ content: '\f217'; }
    &[data-nav-id="th_donate"]:before{ content: '\f155'; }
    &[data-nav-id="addonFlarePubAwards"]:before{ content: '\f091'; }
  }
</xf:if>
/* Navigation icons END */
 

Ehren

Administrator
Staff member
Customer
Messages
5,062
Website
www.xenfocus.com
Yes, Xenforo has changed the way icons are rendered in 2.3. Feel free to post a topic in the customer area if you need further help.
 
Top