Archived topic
Css code to add "Last Updated on" after inserting php snippet
1 reply · Started by John on November 29, 2022
Hi, i followed other tips and Ive been able to set my posts to display the dates there were last updated. But I'd Like a CSS code to have "Last Updated on:" in front of the dates of older posts.
This css code stopped working after i added the snippet
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated ";
}
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)