Resource icon

UI.X2 Category Icon

Hairein

Member
Hairein submitted a new resource:

UI.X2 Category Icon - uix2 category icon

Edit .block--category12 with your category number. You can see it by hovering the cursor over the category or ispecting it.
I used Material Design Icons as content but you can also use font awesome just changing:
CSS:
font: Material Design Icons;
with
font: FontAwesome;

CSS:
.block--category12 .block-header .uix_categoryStrip-content a:before {
font: Material Design Icons;
content:'\f297';
margin-right: 5px;
}

Read more about this resource...
 
Top Bottom