Archived topic
Some text before the last update date in posts does not show
5 replies · Started by Diego Santiago on April 20, 2022
Hi there!
I am adding de the last update date in my blog posts and some text before the date with your css code, but the text before the date does not show. The css code I am ussing is this one:
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated ";
}
Can you see anything wrong?
Thanks!!
Hi Diego,
To have a better understanding of the issue, may you kindly provide the link to the site in question?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon. :)
Hi Fernando,
You can see the url of one post from my site in the private information field.
The problem is with this code:
.posted-on .updated:before {
content: “Last Updated “;
}
The text “Last Updated “ does not show.
Thanks!
Hi there,
Try this:
.posted-on .updated:before {
content: "Last Updated ";
}
It works great!
Thank you so much, Ying.
No problem :)