Site logo

Archived topic

Some text before the last update date in posts does not show

5 replies · Started by Diego Santiago on April 20, 2022

Viewing posts 1–6 of 6

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 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 :)

This archived topic is closed to new replies.