I want change it to post date.
2 Answers
You can tell me more information, or send me a screenshot for further checking.
Hope this helps !
Regards,
Dominic
I mean the icon “new” or “hot” which placed before posts title in home page. http://05dag.info/Untitled.png
I want to change the icon to date of post.
To change the “new” icon. you can log in to Dashboard > Appearance > Editor > open the style.css file and then add the following code:
.ribbon-new .item-title:before {
content: "New"
}
You can change the icon here: New
Regards,
Dominic
Please login or Register to submit your answer