Home › Forums › Support › Last Modified Date Formatting This topic has 5 replies, 3 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 24, 2019 at 3:08 pm #1018115 gedosan Hi guys I’ve got last modified date showing nicely but want a bit of CSS to: – reduce the size & change the color of font – Add ‘Last updated:’ before the date – Add ‘written by:’ before my name Possible? Thanks September 24, 2019 at 5:58 pm #1018187 LeoStaff Customer Support Hi there, – The color can be adjusted in Customizer > Colors > Content. Font size requires this CSS: .entry-meta { font-size: 10px; } – Try this: .posted-on .updated-date:before { content: "Last Updated "; } – Try this: .byline:before, .single .byline:before { content: "Written "; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 25, 2019 at 12:05 am #1018324 gedosan Thanks – the font size and ‘written by’ worked, but not the ‘last updated’. Check out the page please. September 25, 2019 at 3:04 am #1018425 DavidStaff Customer Support Hi there, edited Leo’s CSS for the Updated date here Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 25, 2019 at 4:08 am #1018460 gedosan Perfect thanks guys September 25, 2019 at 7:27 am #1018585 DavidStaff Customer Support Glad we could be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In