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

Home Forums Support [Resolved] Some text before the last update date in posts does not show

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2195260
    Diego Santiago

    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!!

    #2195360
    Fernando
    Customer Support

    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. 🙂

    #2196329
    Diego Santiago

    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!

    #2196426
    Ying
    Staff
    Customer Support

    Hi there,

    Try this:

    .posted-on .updated:before {
        content: "Last Updated ";
    }
    #2196844
    Diego Santiago

    It works great!

    Thank you so much, Ying.

    #2197219
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.