Creating custom prefix styling

XF 2 Tip Creating custom prefix styling

Compatible XF Versions
2.0, 2.1, 2.2
By default, XF comes with the following prefix styles:
creating-custom-prefix-styling.png

Creating custom styling using the Other, using custom CSS class name option is fairly straightforward.

This guide will explain how to.

The...
You do not have permission to view the full content of this resource. Log in or register now.
Author
ENXF NET
Views
3,218
Last update
Rating
5.00 star(s) 6 ratings

More resources from ENXF NET

Latest reviews

You don't need to edit other files now except extra.less I use the following code (demo) to do it then add the tag in prefix.

/*** add too extra.less below css code ***/


/*** Prefix Notice ***/
.label.label--pre-notice {
background: #FF0000;
color: #fafafa;
&:hover {
background: #FF0000;
color: #fafafa;
}
&:before {
.m-faBase();
.m-faContent(@fa-var-bullhorn);
padding-right: 4px;
}
}
/**********/
qwerwaewe
awesome
Thanks for sharing, coz im new with xenforo
perfect
Very Nice
Top