phpnuker
asked 11 years ago

I want change it to post date.

2 Answers
DominicStaff
answered 11 years ago

You can tell me more information, or send me a screenshot for further checking.

Hope this helps !

Regards,
Dominic

phpnuker
replied 11 years ago

I mean the icon “new” or “hot” which placed before posts title in home page. http://05dag.info/Untitled.png

phpnuker
replied 11 years ago

I want to change the icon to date of post.

DominicStaff
answered 11 years ago

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

Powered by DW Question & Answer Pro