Archived topic
Font awesome 5 icon before a category or author page title
1 reply · Started by Rolandas on May 10, 2019
Viewing posts 1–2 of 2
Hi
How to place (prefix) a font awesome 5 icon before a category or author page title?
Hi there,
This should do it:
.page-header h1:before {
content: "\your-icon";
font-family: Font Awesome 5 Free; /* or whatever */
}
Let me know :)
This archived topic is closed to new replies.