Site logo

[Support request] Css code to add “Last Updated on” after inserting php snippet

Home Forums Support [Support request] Css code to add “Last Updated on” after inserting php snippet

Home Forums Support Css code to add “Last Updated on” after inserting php snippet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2441388
    John

    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 “;
    }

    #2441716
    Leo
    Staff
    Customer Support

    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 🙂

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