Skip to content

Instantly share code, notes, and snippets.

@mcnaveen
Last active February 21, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcnaveen/2fa41beb12eae74efd43bec614d65fe8 to your computer and use it in GitHub Desktop.
Save mcnaveen/2fa41beb12eae74efd43bec614d65fe8 to your computer and use it in GitHub Desktop.
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated on ";
}
If the Above code not working.. Install this Plugins (https://wordpress.org/plugins/simple-custom-css/)
Go to Appearance -> Customize, You'll find Simple Custom CSS Option. Paste the Above code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment