We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to add custom icon on blog archive? Reply To: How to add custom icon on blog archive?

#6691
Chao
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