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 6:48 pm
#6691
Participant
Hi Tom
If I want to use my image on the wp dashboard’s media.
Is it right?
.wp-show-posts-author .author-name:before {
font-family: Your Icon Font;
content: <img src="img.jpg">;
}
.wp-show-posts-entry-date:before {
font-family: Your Icon Font;
content: <img src="img.jpg">;
}
Thanks