Home › Forums › Pro Support › How to add custom icon on blog archive? › Reply To: How to add custom icon on blog archive?
November 27, 2018 at 5:30 pm
#6687
Keymaster
Hi there,
You’d need to have that icon font uploaded to your child theme.
Then you could do this:
.wp-show-posts-author .author-name:before {
font-family: Your Icon Font;
content: "\icon code";
}
.wp-show-posts-entry-date:before {
font-family: Your Icon Font;
content: "\icon code";
}