Archived topic
Add Clock Icon to Last Update Date
10 replies · Started by 24xstudio on July 5, 2019
Hey,
One issue, I would like to have an clock icon for the last update date.
Tried this but not working for me: https://docs.generatepress.com/article/generate_post_date_output/#add-icon-to-date
Can you please help me with that also?
BUMP.
Hi there,
That code is using FontAwesome. Can you make sure it's installed first?
https://docs.generatepress.com/article/font-awesome/
ohh.
Cant I use that icon without installing FontAwesome?
Any alternative?
Can you give this CSS a shot?
.cat-links:before {
content: "\f07b";
font-family: GeneratePress;
}
.cat-links:before {
content: "\f07b";
font-family: GeneratePress;
}
This CSS is also not working. I have not installed FontAwesome.
Help me bruh :)
Ahh sorry I got confused. The CSS I gave you is to add folder to category links...not sure what I did that.
There isn't an alternative solution for the clock icon unfortunately as there isn't a clock icon built-in.
Okay.
Can I just put this code and it will work?: https://docs.generatepress.com/article/font-awesome/#font-awesome-5
No the plugin is required.
The plugin + the code allows you to use FA5 if you prefer.
There is also the FA official plugin which we haven't tried it yet:
https://wordpress.org/plugins/font-awesome/
Thanks man.
No problem :)