RSS Feed/News Font Awesome icons in CSS with 2.3

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,064
Points
823

Reputation:

Chris D said:
You will need to look into how we add icons to templates and use that approach,
Click to expand...
Chris DIs there any documentation available on this, especially re using in CSS?

For example previously I add category icons using before pseudo elements in extra.less:

Code:

Code:
.block.block--category.block--category28 .block-header:before {
    .m-faBase();
    content: '\f001';
    float: left;
    padding-right: 5px;
}

How would I do that now?

Continue reading...
 
Status
Not open for further replies.
Top